TEMPORARY: negative control — check-branch must FAIL from a probe/* branch - #259
Closed
rubenvdlinde wants to merge 2 commits into
Closed
TEMPORARY: negative control — check-branch must FAIL from a probe/* branch#259rubenvdlinde wants to merge 2 commits into
rubenvdlinde wants to merge 2 commits into
Conversation
…+ retired org) 1. Job id `protect` emitted `protect / check-branch`; the org rulesets require `branch-protection / check-branch`, so the required context never reported and PRs to main/beta sat permanently pending. 2. `uses: Conduction/.github/...` names the RETIRED Codeberg org. On GitHub the org is `ConductionNL`, so Actions could not resolve the reusable workflow at all and the run produced zero jobs. Deliberately narrow: seven other workflows on this branch (code-quality, documentation, issue-triage, openspec-sync, release-beta, release-stable, sync-to-beta) still carry the same retired org name. Correcting those would switch real test/lint gates back on for a branch that has been stale since March, which is a separate change that needs its own red/green triage.
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TEMPORARY NEGATIVE CONTROL — will be closed immediately, do not review.
branch-protection / check-branchnow reports SUCCESS on #257 and #258. A passingassertion is evidence about the assertion until it has been shown it can fail, so
this PR deliberately violates the rule:
probe/*is notdevelopment,mainorhotfix/*, socheck-branchmust go RED here.If it goes green, the gate is vacuous and #257/#258 prove nothing.