Skip to content

Commit 77a8a25

Browse files
authored
ci: bump claude assistant max-turns from 10 to 30 (#1123)
1 parent 7b9e836 commit 77a8a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
trigger_phrase: "@claude"
33-
claude_args: "--model opus --max-turns 10 --append-system-prompt 'When reviewing PRs, follow the guidelines in .github/prompts/review.md'"
33+
claude_args: "--model opus --max-turns 30 --append-system-prompt 'When reviewing PRs, follow the guidelines in .github/prompts/review.md'"
3434
track_progress: "true"
3535
settings: |
3636
{

0 commit comments

Comments
 (0)