Commit 475940e
committed
ci: grant write perms to disabled Claude Code Review workflow
The auto-review on PR #637 ran for 7m13s and exited successfully, but
no review comment was posted. Job log on the prior run #640 showed
"No buffered inline comments", suggesting the action's post path
silently no-op'd. Workflow GITHUB_TOKEN had only read on pull-requests
and issues, so any fallback gh post would also have failed.
Grant pull-requests: write and issues: write so a future re-enable
posts comments correctly. The workflow stays in .disable state.
https://claude.ai/code/session_01UCYhQp5BYJRzWEbxCanHrZ1 parent 07cb969 commit 475940e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments