Skip to content

ci: add a Required Checks job for branch protection - #7

Merged
Mearman merged 1 commit into
mainfrom
chore/required-checks-branch-protection
Sep 12, 2026
Merged

Mearman merged 1 commit into
mainfrom
chore/required-checks-branch-protection

Conversation

@Mearman

@Mearman Mearman commented Sep 12, 2026

Copy link
Copy Markdown
Member

Adds a "Required Checks" job that depends on commitlint, lint, and typecheck, and fails if any of them failed or was cancelled. This is the single context a branch ruleset will name, so protection doesn't need updating every time a real job is added, renamed, or removed, and won't silently break if any of them ever becomes conditional or a matrix.

Once this merges to main, I'll add a ruleset requiring this job, non-fast-forward, linear history, and rebase-only merges on main.

…heck

A single job that depends on every check meant to gate a merge and
fails if any of them failed or was cancelled, so a branch ruleset can
name one context instead of every real job individually. This is what
lets a future job be added, renamed, or removed without also having to
edit branch protection every time, and avoids a required-check list
going stale if any of these jobs ever becomes conditional or a matrix.
@Mearman
Mearman marked this pull request as ready for review September 12, 2026 09:10
@Mearman
Mearman merged commit 683b41e into main Sep 12, 2026
6 checks passed
@Mearman
Mearman deleted the chore/required-checks-branch-protection branch September 12, 2026 09:10
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-12T09:14:17.345540Z c56ca81 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 2.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant