Skip to content

Commit 60219f5

Browse files
committed
Limit max turns
1 parent 3acc8c0 commit 60219f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude-org-wide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/claude-react-on-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)