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

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

View File

@@ -20,7 +20,19 @@ No other exceptions. Too big? Break it up.
## Reviewer Policy
**Every PR must have a reviewer assigned before merge.** See [docs/pr-reviewer-policy.md](docs/pr-reviewer-policy.md).
**All PRs must:**
- Have at least 1 approval
- Pass CI (where available)
- Be reviewed by @perplexity (QA gate)
- Be reviewed by @Timmy for `hermes-agent/` changes
Branch protection rules enforce:
- No direct pushes to `main`
- No merges without approval
- No merges with failing CI
- No force pushes or branch deletions
See [branch protection policy](README.md#branch-protection-rules) for full details.
# Contribution and Code Review Policy
## Branch Protection Rules