diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 4760fdd6..7e6d9267 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@096a574dba9c4decccca92726a40159cc8ba6b96 + uses: lagowski/pr-review-gate/.github/workflows/fleet-auto-approve.yml@a2b45ab09af511ce83f46dcb8ebd559e0b39c142 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 7681267c..9dbc3200 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@096a574dba9c4decccca92726a40159cc8ba6b96 + uses: lagowski/pr-review-gate/.github/workflows/fleet-copilot-comment-responder.yml@a2b45ab09af511ce83f46dcb8ebd559e0b39c142 with: runs_on: '["self-hosted","claude-bridge"]' pr: ${{ github.event.inputs.pr || '' }}