Skip to content

Commit c028774

Browse files
committed
chore: increase Claude Code review max turns to 100
1 parent acf40ec commit c028774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-code-automation-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
track_progress: ${{ github.event_name == 'pull_request' && contains(fromJSON('["opened", "synchronize", "ready_for_review", "reopened"]'), github.event.action) }}
3131
use_sticky_comment: true
3232
claude_args: |
33-
--max-turns 15
33+
--max-turns 100
3434
--model claude-sonnet-4-5-20250929
3535
--allowedTools "mcp__github_inline_comment__create_inline_comment,Read,Write,Edit,MultiEdit,Glob,Grep,LS,WebFetch,WebSearch,Bash(git:*),Bash(bun:*),Bash(npm:*),Bash(npx:*),Bash(gh:*),Bash(uv:*),Bash(make:*),Bash(export:*)"
3636
allowed_bots: "dependabot[bot],renovate[bot]"

0 commit comments

Comments
 (0)