Skip to content

Revert "ci: prove a PR's tests fail without its fix (bug-fix-gate)" - #443

Merged
xerhab merged 1 commit into
mainfrom
revert/bug-fix-gate
Aug 12, 2026
Merged

Revert "ci: prove a PR's tests fail without its fix (bug-fix-gate)"#443
xerhab merged 1 commit into
mainfrom
revert/bug-fix-gate

Conversation

@xerhab

@xerhab xerhab commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Reverts #442 (merge 0aff8a2) in full, at your request — the unattended-merge flow this was the first piece of is no longer wanted.

What comes out

  • .github/workflows/bug-fix-gate.yml — deleted
  • its entry in .claude/rules/release.md — removed
  • the two image-scan jobs — back to having no explicit name:

Nothing depended on the gate: it was advisory, never a required check, and no branch protection rule referenced it.

One thing this revert re-introduces

The reverted PR also fixed a defect incidentally, and that fix goes away here: both image-scan workflows call their job scan with no name:, so both report the same status-check context and neither can be named in a branch protection rule.

Harmless today — main has no branch protection at all — but it will block any required-check rule you add later. Happy to re-land just that two-line naming fix on its own if you want it kept.

Reverts #442 (merge 0aff8a2) in full, at the author's request — the
unattended-merge flow it was the first piece of is no longer wanted.

Removes .github/workflows/bug-fix-gate.yml and its entry in
.claude/rules/release.md, and restores the two image-scan jobs to having
no explicit `name:`.

Note for whoever picks this up later: that last part re-introduces a real
defect the reverted PR had fixed incidentally. Both image-scan workflows
call their job `scan`, so both report the SAME status-check context and
neither can be named in a branch protection rule. Nothing depends on that
today, since main has no branch protection, but it will need fixing
before any required-check rule can exist.
@xerhab
xerhab merged commit 1593aad into main Aug 12, 2026
6 checks passed
@xerhab
xerhab deleted the revert/bug-fix-gate branch August 12, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant