[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #954
8
.gitea/protected_branches.yaml
Normal file
8
.gitea/protected_branches.yaml
Normal 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
|
||||
Reference in New Issue
Block a user