Commit cce0029
authored
chore(triage-issue): Fix Linear idempotency check to match actual report header (#19489)
The duplicate-comment guard in `post_linear_comment.py` was checking for
comments starting with `## Automated Triage Report`, but the triage
report template (`triage-report.md`) generates headers in the format `##
Issue Triage: #<number>`.
Closes #19493 (added automatically)1 parent 218ad4f commit cce0029
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments