Skip to content

Commit a8badc8

Browse files
authored
Merge pull request #6 from moropo-com/ci/claude-review-write-permission
ci: grant pull-requests write so Claude review can post its comments
2 parents cd37699 + a118908 commit a8badc8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
permissions:
2323
contents: read
24-
pull-requests: read
24+
# 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
2528
issues: read
2629
id-token: write
2730

0 commit comments

Comments
 (0)