Skip to content

Commit b08eac0

Browse files
authored
Increase max turns from 10 to 30 in workflow (#1260)
1 parent 34c13b7 commit b08eac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)