From b865b9f9b5d41652ce2a65dedd81d259c2062847 Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Thu, 11 Jun 2026 20:58:01 -0600 Subject: [PATCH] ci(pr-review): wait for CI and feed results into review Co-Authored-By: Claude Opus 4.8 --- .github/workflows/ai-pr-review.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ai-pr-review.yaml b/.github/workflows/ai-pr-review.yaml index 79c3072..e78e8a2 100644 --- a/.github/workflows/ai-pr-review.yaml +++ b/.github/workflows/ai-pr-review.yaml @@ -55,6 +55,8 @@ jobs: ai_smart_model: ${{ vars.SMART_MODEL }} ai_smart_api_key: ${{ secrets.LITELLM_API_KEY }} context_limit_mode: normal + ci_status_check: "true" + ci_timeout_sec: "600" tool_mode: plan_execute_loop tool_max_rounds: "2" tool_max_requests: "4"