Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-comment-responder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '' }}
Expand Down