feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918)
Some checks failed
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 4s

Refs #918
Agent: groq
This commit is contained in:
Alexander Whitestone
2026-04-07 04:21:53 -04:00
parent dc5acdecad
commit 6dd80fda17

14
org/README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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.