Skip to content

Commit c6a65ac

Browse files
claudeondrejmirtes
authored andcommitted
Remove --max-turns 50 from Claude PR reactions workflow
The CI failure was caused by the Claude agent exhausting its 50-turn limit while iterating on test failures. Removing the cap lets the agent use its default turn budget. https://claude.ai/code/session_01QmkkMmUZa6d1AiKyhoJK8S
1 parent cb4b834 commit c6a65ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4848
github_token: ${{ secrets.PHPSTAN_BOT_TOKEN }}
4949
trigger_phrase: "@phpstan-bot"
50-
claude_args: "--model claude-opus-4-6 --max-turns 50"
50+
claude_args: "--model claude-opus-4-6"

0 commit comments

Comments
 (0)