Make a protected-surface stop name its route (and rule out chat approval) #132
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |