We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae8cfd commit b43a04bCopy full SHA for b43a04b
.github/workflows/claude-pr-reactions.yml
@@ -16,7 +16,7 @@ permissions:
16
17
concurrency:
18
group: claude-pr-reactions-${{ github.event.pull_request.number || github.event.issue.number }}
19
- cancel-in-progress: true
+ cancel-in-progress: false
20
21
jobs:
22
react:
@@ -48,3 +48,5 @@ jobs:
48
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
49
trigger_phrase: "@phpstan-bot"
50
claude_args: "--model claude-opus-4-6 --max-turns 50"
51
+ additional_permissions: |
52
+ actions: read
0 commit comments