Commit 4d523af
fix(ci): restore issues:write for gh pr comment in pr-overview.yml
The app token in pr-overview.yml runs `gh pr comment`, which posts via the
GitHub Issues API endpoint and requires `issues: write`. The hardening pass
dropped this scope from both the top-level permissions and the app token,
which would cause the overview comment to fail with a 403.
Restore `issues: write` to match the working claude-review.yml pattern.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 8ec6867 commit 4d523af
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments