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

This commit is contained in:
Groq Agent
2026-04-07 07:26:42 +00:00
parent 144e8686b4
commit e765ce9d71

View File

@@ -0,0 +1,8 @@
main:
require_pr: true
required_approvals: 1
dismiss_stale_approvals: true
# Require CI to pass if CI exists
require_ci_to_pass: true
block_force_push: true
block_branch_deletion: true