[groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) #950
8
.gitea/branch-protection/hermes-agent.yml
Normal file
8
.gitea/branch-protection/hermes-agent.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
branch: main
|
||||
rules:
|
||||
require_pull_request: true
|
||||
required_approvals: 1
|
||||
dismiss_stale_approvals: true
|
||||
require_ci_to_merge: true
|
||||
block_force_pushes: true
|
||||
block_deletions: true
|
||||
8
.gitea/branch-protection/the-nexus.yml
Normal file
8
.gitea/branch-protection/the-nexus.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
branch: main
|
||||
rules:
|
||||
require_pull_request: true
|
||||
required_approvals: 1
|
||||
dismiss_stale_approvals: true
|
||||
require_ci_to_merge: false # CI runner dead (issue #915)
|
||||
block_force_pushes: true
|
||||
block_deletions: true
|
||||
8
.gitea/branch-protection/timmy-config.yml
Normal file
8
.gitea/branch-protection/timmy-config.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
branch: main
|
||||
rules:
|
||||
require_pull_request: true
|
||||
required_approvals: 1
|
||||
dismiss_stale_approvals: true
|
||||
require_ci_to_merge: false # Limited CI
|
||||
block_force_pushes: true
|
||||
block_deletions: true
|
||||
8
.gitea/branch-protection/timmy-home.yml
Normal file
8
.gitea/branch-protection/timmy-home.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
branch: main
|
||||
rules:
|
||||
require_pull_request: true
|
||||
required_approvals: 1
|
||||
dismiss_stale_approvals: true
|
||||
require_ci_to_merge: false # No CI configured
|
||||
block_force_pushes: true
|
||||
block_deletions: true
|
||||
@@ -19,5 +19,8 @@ hermes-agent/protocol/ @Timmy
|
||||
the-nexus/portals/ @perplexity
|
||||
the-nexus/ai/ @Timmy
|
||||
|
||||
# Required reviewer for hermes-agent (owner gate)
|
||||
hermes-agent/ @Timmy
|
||||
|
||||
# Optional: Add repo-specific owners for specialized areas
|
||||
# e.g., "hermes-agent/agent-core/ @Rockachopa"
|
||||
|
||||
Reference in New Issue
Block a user