From 73efd3a8f72215bdd4075e353fe00e19d9b100db Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 04:01:21 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- .../.gitea/protected_branches.yaml` | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 1. **`timmy-config/.gitea/protected_branches.yaml` diff --git a/1. **`timmy-config/.gitea/protected_branches.yaml` b/1. **`timmy-config/.gitea/protected_branches.yaml` new file mode 100644 index 0000000..b8ee1dd --- /dev/null +++ b/1. **`timmy-config/.gitea/protected_branches.yaml` @@ -0,0 +1,15 @@ +main: + require_pull_request: true + required_approvals: 1 + dismiss_stale_approvals: true + # require_ci_to_merge: true (limited CI) + block_force_push: true + block_deletions: true +>>>>>>> replace +``` + +--- + +### 2. **`timmy-config/CODEOWNERS`** +```txt +<<<<<<< search -- 2.43.0