From 106067fefb99844a0ee83b79cccc803fe660e664 Mon Sep 17 00:00:00 2001 From: Tam Nhu Tran Date: Sun, 29 Mar 2026 12:33:38 -0400 Subject: [PATCH] =?UTF-8?q?fix(ai-review):=20bump=20orchestrator=20max-tur?= =?UTF-8?q?ns=2020=E2=86=9225=20for=20large=20PR=20merges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ai-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai-review.yml b/.github/workflows/ai-review.yml index a8c9a0ab..58a7879c 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -473,7 +473,7 @@ jobs: --bare --model ${{ env.REVIEW_MODEL }} --permission-mode bypassPermissions - --max-turns 20 + --max-turns 25 - name: Fallback merge (if orchestrator fails) if: always() && steps.claude-merge.outcome != 'cancelled'