Commit ab3073c
fix: scanner workflows now check closed issues with state_reason-aware dedup (#2740)
* fix: scanner workflows now check closed issues to prevent re-filing
Update dedup logic in refactoring-scanner, export-audit, and
duplicate-code-detector to search both open AND closed issues before
filing new ones. Previously they only checked open issues, so findings
that were triaged and closed as 'not planned' would be re-filed on the
next scheduled run.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: refine scanner dedup guidance for closed issue handling
* fix: align scanner dedup rules with GitHub state_reason semantics
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 4564c0a commit ab3073c
6 files changed
Lines changed: 38 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | | - | |
158 | | - | |
| 157 | + | |
| 158 | + | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
0 commit comments