File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 uses : anthropics/claude-code-action@35a9e0292d36f1186f5d842b14eb575074e8b450 # v1.0.57
116116 with :
117117 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
118- claude_args : " --model claude-opus-4-6"
118+ claude_args : " --model claude-opus-4-6 --max-turns 50 "
119119 bot_name : " phpstan-bot"
120120 bot_id : " 79867460"
121121 prompt : |
Original file line number Diff line number Diff line change 6767 with :
6868 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
6969 trigger_phrase : " @phpstan-bot"
70- claude_args : " --model claude-opus-4-6"
70+ claude_args : " --model claude-opus-4-6 --max-turns 50 "
7171 bot_name : " phpstan-bot"
7272 bot_id : " 79867460"
7373 additional_permissions : |
You can’t perform that action at this time.
0 commit comments