Skip to content

Commit e20e260

Browse files
authored
Increase max turns from 10 to 90 in workflow
1 parent 0779aa0 commit e20e260

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
@@ -39,7 +39,7 @@ jobs:
3939
# This flag is for non-interactive CI runs (bypasses approval prompts).
4040
claude_args: >
4141
--dangerously-skip-permissions
42-
--max-turns 10
42+
--max-turns 90
4343
--allowedTools
4444
"Bash"
4545

0 commit comments

Comments
 (0)