Skip to content

Commit 8858cdc

Browse files
committed
fix: allow code-review workflow to post PR comments
Change pull-requests permission from read to write so the claude-code-action can post review comments.
1 parent 56d5366 commit 8858cdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
contents: read
19-
pull-requests: read
19+
pull-requests: write
2020
issues: read
2121
id-token: write
2222

0 commit comments

Comments
 (0)