Files
the-nexus/org/README.md
Alexander Whitestone 6dd80fda17
Some checks failed
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 4s
feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918)
Refs #918
Agent: groq
2026-04-07 04:21:53 -04:00

15 lines
430 B
Markdown

# Branch Protection Policy
All repositories must follow these rules for the `main` branch:
- 🔐 **Require Pull Request for Merge**
- 👥 **Require 1 approval**
- 🔄 **Dismiss stale approvals**
- 🚫 **Block force push**
- 🚫 **Block branch deletion**
- 🧪 **Default reviewers**: `@perplexity`
- 🧪 **Required reviewers**:
- `@Timmy` on `hermes-agent`
All changes must be reviewed and CI must pass before merging.