From af9ddf96fbcf749ea8ccf901040ac4296f1a60cf Mon Sep 17 00:00:00 2001 From: George Diab Date: Mon, 2 Mar 2026 22:39:07 -0800 Subject: [PATCH] ci: bump review max-turns from 10 to 15 The test run used 11 turns and hit the cap before finishing cleanly. Bump to 15 to give the reviewer enough headroom. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/claude-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 7bdde86..348bdfb 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -29,7 +29,7 @@ jobs: claude_args: >- --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" - --max-turns 10 + --max-turns 15 prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }} @@ -57,4 +57,4 @@ jobs: claude_args: >- --allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)" - --max-turns 10 + --max-turns 15