From 314e430ea8ceb7c442e7119d3b014f4d8696796c Mon Sep 17 00:00:00 2001 From: vklimontovich Date: Fri, 22 May 2026 11:33:24 -0400 Subject: [PATCH] chore(ci): bump ai-review workflow to 1.25.20260522 Picks up severity-gated review verdicts: REQUEST_CHANGES now fires only for new critical issues; non-critical and uncertain findings post as non-blocking comments. --- .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 bf5703f0e..5f6c74268 100644 --- a/.github/workflows/ai-review.yml +++ b/.github/workflows/ai-review.yml @@ -21,7 +21,7 @@ jobs: # causing the review to fail. security-fix.yml dispatches the review manually # for bot-opened PRs instead. if: github.event_name != 'pull_request' || github.actor != 'jitsu-code-review[bot]' - uses: jitsucom/github-workflows/.github/workflows/ai-review.yml@1.10.20260420 + uses: jitsucom/github-workflows/.github/workflows/ai-review.yml@1.25.20260522 secrets: OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} AI_CODE_REVIEW_APP_ID: ${{ secrets.AI_CODE_REVIEW_APP_ID }}