Skip to content

Commit b43a04b

Browse files
ondrejmirtesclaude
andauthored
Fix Claude PR reactions workflow: don't cancel in-progress runs
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 5ae8cfd commit b43a04b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/claude-pr-reactions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
concurrency:
1818
group: claude-pr-reactions-${{ github.event.pull_request.number || github.event.issue.number }}
19-
cancel-in-progress: true
19+
cancel-in-progress: false
2020

2121
jobs:
2222
react:
@@ -48,3 +48,5 @@ jobs:
4848
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
4949
trigger_phrase: "@phpstan-bot"
5050
claude_args: "--model claude-opus-4-6 --max-turns 50"
51+
additional_permissions: |
52+
actions: read

0 commit comments

Comments
 (0)