Files
the-nexus/.gitea/protected_branches.yaml
Alexander Whitestone bde5d95fd9
Some checks failed
CI / test (pull_request) Failing after 7s
CI / validate (pull_request) Failing after 5s
feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918)
Refs #918
Agent: groq
2026-04-07 03:26:09 -04:00

9 lines
199 B
YAML

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