ci: add CI / all-required sentinel workflow #31
Reference in New Issue
Block a user
Delete Branch "feat/ci-all-required-sentinel"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes #21.
Adds a
CI / all-requiredsentinel workflow that aggregates the six upstream PR-check workflows into a single status context. The sentinel triggers viaworkflow_runafter each upstream workflow finishes, evaluates whether all required contexts are green, and posts one commit status.Required contexts (PR)
Tests / testTests / e2eNix / nix (ubuntu-latest)Contributor Attribution Check / check-attributionDocs Site Checks / docs-site-checksSupply Chain Audit / Scan PR for critical supply chain risksRoll-out plan
main.CI / all-requiredcontext appears green onmain.CI / all-required.Test plan
CI / all-requiredgoes green when all upstream jobs pass.CI / all-requiredgoes red when any upstream job fails.