Skip to content

Commit bca843b

Browse files
committed
chore(ci): increase max-turns for claude review to 20
1 parent 37e572a commit bca843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/claude-code-review/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
with:
3333
allowed_bots: 'renovate[bot]'
3434
claude_args: |
35-
--max-turns 10
35+
--max-turns 20
3636
track_progress: true
3737
claude_code_oauth_token: ${{ inputs.claude_code_oauth_token }}
3838
# Uses vendored code-review skill from .claude/commands/code-review.md

0 commit comments

Comments
 (0)