From 2c4e9b4a6dba413d3d021129a28e444d4fbcd3d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:03:48 +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 | 6 +++++- .github/workflows/copilot-comment-responder.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 65dc0574..1ba151ed 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -59,7 +59,7 @@ permissions: jobs: approve: if: github.event_name != 'schedule' || vars.AUTO_APPROVE_ENABLED != 'false' - uses: lagowski/pr-review-gate/.github/workflows/fleet-auto-approve.yml@07aa324b002f9b9ff900130a11f5006c6536dec3 + uses: lagowski/pr-review-gate/.github/workflows/fleet-auto-approve.yml@724c6cd46e2582db59a00aa75816bfc9675f90c8 with: runs_on: '["self-hosted","Linux","X64","build"]' protected_paths: '[".github/workflows/",".github/CODEOWNERS",".github/review-context.md",".github/scripts/"]' @@ -68,6 +68,10 @@ jobs: # branch is a change to what may be merged unattended, and belongs in the reviewed # registry rather than in a repo setting anyone with admin can flip. base_branch: 'develop' + # Empty unless the repo runs sprint branches (veracrew#408). A PR into a matching + # branch is auto-approvable on the SAME terms as one into the trunk; the sprint -> + # trunk PR is not, because its base is the trunk. + sprint_base_pattern: '' # Rendered from `auto_approve_mechanical`; '[]' — no exception — is the default everywhere. mechanical_rules: '["canon_sync"]' max_changed_lines: ${{ vars.AUTO_APPROVE_MAX_LINES || '400' }} diff --git a/.github/workflows/copilot-comment-responder.yml b/.github/workflows/copilot-comment-responder.yml index 419c1ccf..319e3e2a 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@07aa324b002f9b9ff900130a11f5006c6536dec3 + uses: lagowski/pr-review-gate/.github/workflows/fleet-copilot-comment-responder.yml@724c6cd46e2582db59a00aa75816bfc9675f90c8 with: runs_on: '["self-hosted","claude-bridge"]' pr: ${{ github.event.inputs.pr || '' }}