Skip to main content

GitHub Governance Plane

The GitHub governance plane is the bridge between ASF50 and the repository host. It covers PRs, branch protection, CI checks, and reviews.

CI workflows

The canonical workflows under .github/workflows/:

WorkflowPurpose
ci.ymlCanonical CI: tests, lint, schema validation.
governance.ymlBranch protection and PR template governance.
evidence-integrity.ymlEvidence hashing and integrity.
goal-runner-ci.ymlGoal Runner Python and PowerShell test runs.
goal-runner-governance.ymlGoal Runner governance policy checks.
agent-config-security.ymlAgent adapter security scans.
docs-*.ymlDocumentation portal build, link check, deploy (added by ASF50_DOCS_PORTAL_001).

Branch protection

main is branch-protected. Direct pushes are rejected. The only path to land on main is a governed merge of an approved PR.