From edfacd205170f5645898a44205c520107ab6e444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:58:41 +0200 Subject: [PATCH] chore: sync AI review gate from pr-review-gate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated deploy. Do not edit the gate here — change it in lagowski/pr-review-gate and redeploy. --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/copilot-comment-responder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index fd398af3..4760fdd6 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -73,7 +73,7 @@ jobs: # copilot-comment-responder.yml already fixed: a kill switch that kills nothing. # A human still overrides with `force`, so turning it off never blocks a person. if: vars.AUTO_APPROVE_ENABLED != 'false' || github.event.inputs.force == 'true' - uses: lagowski/pr-review-gate/.github/workflows/fleet-auto-approve.yml@100a65582e770db587d841a10e5c6e67041beb88 + uses: lagowski/pr-review-gate/.github/workflows/fleet-auto-approve.yml@096a574dba9c4decccca92726a40159cc8ba6b96 with: runs_on: '["self-hosted","Linux","X64","build"]' protected_paths: '[".github/workflows/",".github/CODEOWNERS",".github/review-context.md",".github/scripts/"]' diff --git a/.github/workflows/copilot-comment-responder.yml b/.github/workflows/copilot-comment-responder.yml index 81b7cdb1..7681267c 100644 --- a/.github/workflows/copilot-comment-responder.yml +++ b/.github/workflows/copilot-comment-responder.yml @@ -73,7 +73,7 @@ jobs: # that kills nothing. A human overrides with the `force` input, so turning it off still # never blocks a person. if: vars.RESPONDER_SCHEDULE_ENABLED != 'false' || github.event.inputs.force == 'true' - uses: lagowski/pr-review-gate/.github/workflows/fleet-copilot-comment-responder.yml@100a65582e770db587d841a10e5c6e67041beb88 + uses: lagowski/pr-review-gate/.github/workflows/fleet-copilot-comment-responder.yml@096a574dba9c4decccca92726a40159cc8ba6b96 with: runs_on: '["self-hosted","claude-bridge"]' pr: ${{ github.event.inputs.pr || '' }}