Skip to content

CI: add review-gate check on pull requests - #268

Merged
matt-manuel merged 1 commit into
developfrom
ci/review-gate-check
Aug 31, 2026
Merged

matt-manuel merged 1 commit into
developfrom
ci/review-gate-check

Conversation

@matt-manuel

Copy link
Copy Markdown
Member

Adds .github/workflows/review-gate.yml — this repo's first GitHub Actions workflow. It's a visible, non-required check that fails when a pull request carries neither an adversarial-reviewed nor a review-exempt label. It re-runs automatically on label changes and on title edits (e.g. fixing a "DO NOT MERGE" title), and auto-passes dependabot PRs, dependency-bump PRs, drafts, and PRs titled DO NOT MERGE — those never need a human review label.

This is deliberately NOT a required check. It makes review status visible at the merge button without ever blocking a merge; whether to make it required is a separate decision for later.

This is a copy of a centrally maintained workflow used across our repos, already reviewed before being rolled out here — see the review-exempt label and the comment on this PR.

Note: GitHub Actions is in a major outage today (confirmed via githubstatus.com — the Actions component is showing a major outage). This check will likely first report late or not at all until Actions recovers. Live verification — watching the check fail on an unlabeled PR, then pass once labeled — will happen after recovery, not as part of this PR.

@matt-manuel matt-manuel added the agentic-engineering Work produced with AI coding agents label Aug 6, 2026
@matt-manuel matt-manuel self-assigned this Aug 6, 2026
@matt-manuel matt-manuel added the review-exempt Deliberately not adversarially reviewed (Tier C) - reason stated on the PR label Aug 6, 2026
@matt-manuel

Copy link
Copy Markdown
Member Author

review-exempt: verbatim copy of a centrally reviewed CI workflow; per-repo delta is comments-only.

@matt-manuel
matt-manuel merged commit ce0797f into develop Aug 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agentic-engineering Work produced with AI coding agents review-exempt Deliberately not adversarially reviewed (Tier C) - reason stated on the PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant