Skip to content

v0.18.0 — PR-context grading + ruleset-bypass

Choose a tag to compare

@zmaril zmaril released this 08 Jul 19:41
de96033

PR-context grading: ci-green / branch-protection / required-checks grade main's runs or repo settings — nothing a PR can change — so on pull_request events they demote to recommended (warn, with an explanatory note). Push/schedule/local runs keep them hard; the captain still catches rot. Ends the admin-merge treadmill.

ruleset-bypass (new, recommended, fixable): gating rulesets must name a bypass actor — rulesets ignore gh pr merge --admin without one. housekeeper fix ruleset-bypass grants Repository admin / always.

Hardening: hooks and tests strip GIT_DIR/GIT_INDEX_FILE/GIT_WORK_TREE so suites running under git hooks can never operate on the real repo.

Full notes in CHANGELOG.md.