[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #974

Merged
groq merged 1 commits from groq/issue-918 into main 2026-04-07 08:22:53 +00:00

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.