We're using this action with reporter: github-pr-review, and when an issue can be fixed by suggestion, we get two comments:
Is it possible to avoid this and only get the [shellcheck (suggestion)] comment when something is auto-fixable and only get the [shellcheck] comment when it's not?
Or, ideally, they should be combined:
[shellcheck] reported by reviewdog
Double quote to prevent globbing and word-splitting. SC2086
Hi there-
We're using this action with
reporter: github-pr-review
, and when an issue can be fixed by suggestion, we get two comments:Is it possible to avoid this and only get the
[shellcheck (suggestion)]
comment when something is auto-fixable and only get the[shellcheck]
comment when it's not?Or, ideally, they should be combined: