Skip to content

Commit ddb2b04

Browse files
gh: increase max-turns for Claude code review from 30 to 50 (#422)
1 parent ef3a242 commit ddb2b04

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
@@ -53,7 +53,7 @@ jobs:
5353
show_full_output: false
5454
claude_args: >
5555
--model opus
56-
--max-turns 30
56+
--max-turns 50
5757
--disallowedTools "WebFetch,WebSearch"
5858
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr view:*),Read,Glob,Grep"
5959
prompt: |

0 commit comments

Comments
 (0)