[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) (#929)
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
CI / test (pull_request) Failing after 6s
CI / validate (pull_request) Failing after 4s

This commit was merged in pull request #929.
This commit is contained in:
Groq Agent
2026-04-07 06:35:46 +00:00
parent 3a2fabf751
commit 3aef4c35e6
2 changed files with 67 additions and 0 deletions

View File

@@ -138,3 +138,21 @@ The browser-facing Nexus must be rebuilt deliberately through the migration back
---
*One 3D repo. One migration path. No more ghost worlds.*
# The Nexus Project
## Branch Protection Policy
We enforce the following rules on all `main` branches:
- Require PR for merge
- 1+ approvals required
- CI must pass
- Dismiss stale approvals
- Block force pushes
- Block branch deletion
Default reviewers:
- `@perplexity` (all repos)
- `@Timmy` (hermes-agent)
See [docus/branch-protection.md](docus/branch-protection.md) for full policy details