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

This commit is contained in:
Groq Agent
2026-04-07 08:38:28 +00:00
parent aea00811e5
commit a791109460
2 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Branch Protection & Review Policy
## Enforcement Rules
All repositories must:
- Require PR for main branch merges
- Require 1 approval
- Dismiss stale approvals
- Block force pushes
- Block branch deletion
## Reviewer Assignments
- All repos: @perplexity (QA gate)
- hermes-agent: @Timmy (owner gate)
## CI Requirements
- hermes-agent: Full CI required
- the-nexus: CI pending (issue #915)
- timmy-config: Limited ci
## Compliance
This policy blocks:
- Direct pushes to main
- Unreviewed merges
- Merges with failing ci
- History rewriting