Warden currently reports findings via both GitHub check run annotations (inline diff markers) and PR review comments. There is no way to disable annotations without also disabling PR review comments — reportOn = "off" kills both.
Some teams find annotations noisy in the diff view, especially when stale annotations from a previous run linger before the cleanup bug is resolved.
Gap: no granular output control between check run annotations and PR review comments. A flag like annotations = false in warden.toml (or a matching action input) would let teams opt out of annotations while keeping PR feedback intact.
Warden currently reports findings via both GitHub check run annotations (inline diff markers) and PR review comments. There is no way to disable annotations without also disabling PR review comments —
reportOn = "off"kills both.Some teams find annotations noisy in the diff view, especially when stale annotations from a previous run linger before the cleanup bug is resolved.
Gap: no granular output control between check run annotations and PR review comments. A flag like
annotations = falseinwarden.toml(or a matching action input) would let teams opt out of annotations while keeping PR feedback intact.