Skip to content

Add `redact_confidential_resources` to non-summary actions

What does this MR do and why?

triage-ops regularly faces the problem that comments on the same issue redact information if the issue is confidential.
Workarounds like #{ @redact_confidentials = false; nil } have been tried and they don't work (also, they are ugly)

This adds a new option redact_confidential_resources to the actions. It only affects the comment and doesn't apply to summarize because the option is already present at that level.

Related

Support redact_confidential_resources anywhere (#151)
gitlab-org/quality/triage-ops!2013 (comment 1296360041)

Merge request reports