From aba47623182b49cf47355d8fdc636fde70b59772 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Tue, 24 Feb 2026 11:47:52 -0500 Subject: [PATCH] Increase max turns from 10 to 30 in workflow --- .github/workflows/claude-code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index a740392b1d..40038f784d 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -32,7 +32,7 @@ jobs: claude_args: > --dangerously-skip-permissions - --max-turns 10 + --max-turns 30 --allowedTools "Bash(gh pr view:*)" "Bash(gh pr diff:*)"