We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f191aa + bfaf1f6 commit bb81a01Copy full SHA for bb81a01
.github/workflows/claude-code-review.yml
@@ -21,8 +21,8 @@ jobs:
21
runs-on: ubuntu-latest
22
permissions:
23
contents: read
24
- pull-requests: read
25
- issues: read
+ pull-requests: write
+ issues: write
26
id-token: write
27
28
steps:
.github/workflows/claude.yml
@@ -20,8 +20,8 @@ jobs:
20
actions: read # Required for Claude to read CI results on PRs
0 commit comments