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

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

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