From 3991f6cb3d8fbe954f0e898b8c8e88d410bfd8bc Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 04:30:28 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- .gitea.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitea.yml b/.gitea.yml index bd05a90..ab77cb2 100644 --- a/.gitea.yml +++ b/.gitea.yml @@ -8,3 +8,16 @@ protection: allow_deletions: false reviewers: - perplexity +main: + require_pull_request: true + required_approvals: 1 + dismiss_stale_approvals: true + require_ci_to_pass: true + block_force_push: true + block_deletion: true +>>>>>>> replace + + +CODEOWNERS + +<<<<<<< search -- 2.43.0