Skip to content

Make a protected-surface stop name its route (and rule out chat approval) #132

Make a protected-surface stop name its route (and rule out chat approval)

Make a protected-surface stop name its route (and rule out chat approval) #132

name: Agents Shipgate Self Dogfood
on:
pull_request:
permissions:
contents: read
jobs:
verify-self:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
fetch-depth: 0
- uses: ./
with:
config: shipgate-self.yaml
verify_mode: verify
ci_mode: advisory
diff_base: target
# Same advisory semantics as agents-shipgate.yml: fail only on
# blocked/unknown; human_review_required is decided by the PR
# reviewer, not by a CI state nothing can clear.
fail_on_merge_verdicts: "blocked,unknown"
upload_artifact: "true"
pr_comment: "false"