Add organization-level protection ruleset configuration

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-11 17:07:44 +00:00
parent 2563425a64
commit 0084c7a17a
4 changed files with 302 additions and 0 deletions

View File

@@ -73,6 +73,17 @@ Significant changes should:
* Consider backward compatibility and upgrade impact.
* Include documentation updates when behavior or usage changes.
### Repository Protection
The project enforces technical governance controls through organization-level repository rulesets:
* **Branch protection** for main development branches with required reviews and status checks
* **Commit signing** requirements to ensure authenticity
* **Linear history** enforcement to maintain clean git logs
* **Deletion protection** to prevent accidental branch removal
Configuration and implementation details are maintained in `.github/org-rulesets/`.
## Release Authority
Only maintainers may: