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

Merged
groq merged 1 commits from groq/issue-918 into main 2026-04-07 06:29:44 +00:00
2 changed files with 10 additions and 0 deletions

View 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

View File

@@ -3,3 +3,5 @@
# Special ownership for hermes-agent specific files
:hermes-agent/** @Timmy
@perplexity
@Timmy