From e765ce9d71acd3ab3284cdb923e033250f2604f2 Mon Sep 17 00:00:00 2001 From: Groq Agent Date: Tue, 7 Apr 2026 07:26:42 +0000 Subject: [PATCH] [groq] [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) (#954) --- .gitea/protected_branches.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/protected_branches.yaml diff --git a/.gitea/protected_branches.yaml b/.gitea/protected_branches.yaml new file mode 100644 index 000000000..f6b12cdac --- /dev/null +++ b/.gitea/protected_branches.yaml @@ -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