feat: add pipeline-paused kill switch and per-PR gate verdict audit trail#359
Merged
Conversation
…rail Both Routines now check for the `pipeline-paused` label (step 0) before any action and no-op immediately if present. The reviewer also posts the full gate verdict JSON as a PR comment on every auto-merge, providing an immutable audit record. setup-labels.sh creates the new label; operator guide documents pause/resume and the audit trail. Closes #314 https://claude.ai/code/session_018i41oh1iF815sGZNvjdacN
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
dmarcheck | d609f30 | May 23 2026, 02:10 PM |
This was referenced May 23, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pipeline-pausedlabel on any open issue as step 0. If present, they print a clear no-op message and halt — no PRs opened, no merges, no comments, no label changes.pass,reasons) as a PR comment on every auto-merged PR, providing an immutable per-PR record of why the gate passed it.setup-labels.shcreates thepipeline-pausedlabel;docs/routine-pipeline.mddocuments pause/resume steps and the audit trail rationale.Closes #314
Test plan
setup-labels.sh schmug/dmarcheck— verifypipeline-pausedlabel created (yellowE4E669)pipeline-pausedto any open issue (e.g.gh issue edit 304 --add-label pipeline-paused) — both Routines should print no-op message and exit without mutating anythingDeferred follow-ups
None.
https://claude.ai/code/session_018i41oh1iF815sGZNvjdacN
Generated by Claude Code