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.
1 parent 8951cfe commit ead1466Copy full SHA for ead1466
.github/workflows/claude.yml
@@ -25,9 +25,9 @@ jobs:
25
timeout-minutes: 30
26
runs-on: ubuntu-latest
27
permissions:
28
- contents: read
29
- pull-requests: write # Changed from read to write
30
- issues: write # Changed from read to write
+ contents: write # Changed from read to write (enables reactions)
+ pull-requests: write
+ issues: write
31
id-token: write
32
actions: read # Required for Claude to read CI results on PRs
33
steps:
0 commit comments