From a919fe9d705dc39c814049f3349ef72954784d35 Mon Sep 17 00:00:00 2001 From: Ray Salemi Date: Tue, 14 Jul 2026 18:49:11 -0400 Subject: [PATCH 1/2] Fix: Move AI reviewer script to correct .github/workflows folder --- .../workflows/private-ai-reviews.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename private-ai-reviews.yml => .github/workflows/private-ai-reviews.yml (100%) diff --git a/private-ai-reviews.yml b/.github/workflows/private-ai-reviews.yml similarity index 100% rename from private-ai-reviews.yml rename to .github/workflows/private-ai-reviews.yml From b9561edda9711a054d8c147f9886866096632373 Mon Sep 17 00:00:00 2001 From: Ray Salemi Date: Tue, 14 Jul 2026 18:55:54 -0400 Subject: [PATCH 2/2] fixed private-ai-reviews.yml --- .github/workflows/private-ai-reviews.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/private-ai-reviews.yml b/.github/workflows/private-ai-reviews.yml index d0eeb8cf..ab0d3d69 100644 --- a/.github/workflows/private-ai-reviews.yml +++ b/.github/workflows/private-ai-reviews.yml @@ -17,7 +17,7 @@ jobs: # 2. Run the AI Engine to evaluate the PR or Issue - name: Generate AI Evaluation id: gemini-review - uses: google-github-actions/run-gemini-cli@v1 + uses: google-github-actions/run-gemini-cli@main env: GEMINI_TRUST_WORKSPACE: 'false' with: