Commit 69d8aa4ff9

69d8aa4ff9115d6ca1116e09a232e7a6416e4645

parent: 44533deae4

Verified · cmc ci/build: success ci/test: success

cmc <hello@cleberg.net> · 2026-09-13 07:00 UTC

CHANGELOG: the require_checks gate fix

Ref #216
CHANGELOG.org +13
@@ -4,6 +4,19 @@ Versioning follows semver from v0.1.0. Database migrations run
44automatically on daemon start; upgrade notes appear per release when
55anything beyond "replace the binary and restart" is needed.
66
7* v1.22.1 — unreleased
8
9One merge gate fix.
10
11- =require-checks= no longer refuses a merge request head that carries
12 no statuses when nothing was going to report one: a repository with
13 no =.gitbay/ci.yml=, or one whose jobs all wait on a schedule or a
14 tag, had no mergeable merge request and no remedy but turning the
15 setting off. A head whose config carries a job a push runs, and a
16 head in a repository that has recorded a status before — which is
17 what reporting from outside through =status set= looks like — is
18 still refused (#216).
19
720* v1.22.0 — 2026-09-12
821
922The CLI output sweep (#183). The rules are on the wiki's Users page,