There was an error while loading. Please reload this page.
2 parents cd37699 + a118908 commit a8badc8Copy full SHA for a8badc8
1 file changed
.github/workflows/claude-code-review.yml
@@ -21,7 +21,10 @@ jobs:
21
runs-on: ubuntu-latest
22
permissions:
23
contents: read
24
- pull-requests: read
+ # write so the review agent can post its inline comments — with read it
25
+ # reviews successfully but every posting attempt is denied and the PR
26
+ # gets nothing (the action still exits 0).
27
+ pull-requests: write
28
issues: read
29
id-token: write
30
0 commit comments