fix(governance): restore the 8 governance jobs stripped in #393#414
Merged
Conversation
#393 reduced governance-reusable.yml from 9 jobs to 2 (only staleness + hypatia-baseline), but branch-protection across the estate still requires the named governance contexts -> permanent phantom deadlock on every repo. Restores: Language/package anti-pattern policy, Guix primary/Nix fallback policy, Security policy checks, Code quality + docs, Well-Known (RFC 9116 + RSR), Workflow security linter, Trusted-base reduction policy, Licence consistency. Keeps the newer workflow-staleness + hypatia-baseline jobs. Stale actions/checkout v6.0.3 pins bumped to v7.0.0. actionlint clean. These contexts were already required-but-not-emitted (all repos blocked); re-emitting them can only unblock compliant repos and surface real drift.
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.
#393 cut governance-reusable.yml from 9 jobs to 2; branch-protection still requires the named
governance / *contexts -> estate-wide phantom deadlock. Restores the 8 governance jobs (recovered from 5a93d9d~1), keeps the newer staleness/hypatia jobs, bumps stale checkout pins to v7.0.0. actionlint clean (exit 0). Re-emitting these already-required contexts can only unblock compliant repos and surface genuine drift on non-compliant ones.