Skip to content

Commit aba4762

Browse files
authored
Increase max turns from 10 to 30 in workflow
1 parent 34c13b7 commit aba4762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
claude_args: >
3434
--dangerously-skip-permissions
35-
--max-turns 10
35+
--max-turns 30
3636
--allowedTools
3737
"Bash(gh pr view:*)"
3838
"Bash(gh pr diff:*)"

0 commit comments

Comments
 (0)