[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #925
8
.gitea/branch_protection.yml
Normal file
8
.gitea/branch_protection.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
branch_protection:
|
||||
main:
|
||||
require_pull_request: true
|
||||
required_approvals: 1
|
||||
dismiss_stale_reviews: true
|
||||
require_ci_to_pass: true
|
||||
block_force_pushes: true
|
||||
block_deletions: true
|
||||
@@ -3,3 +3,5 @@
|
||||
|
||||
# Special ownership for hermes-agent specific files
|
||||
:hermes-agent/** @Timmy
|
||||
@perplexity
|
||||
@Timmy
|
||||
|
||||
Reference in New Issue
Block a user