From b622f6e76f27878f9710398e906751ded1380596 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 02:29:06 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- .gitea/branch_protection.yml | 8 ++++++++ .gitea/cODEOWNERS | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 .gitea/branch_protection.yml diff --git a/.gitea/branch_protection.yml b/.gitea/branch_protection.yml new file mode 100644 index 0000000..9affde6 --- /dev/null +++ b/.gitea/branch_protection.yml @@ -0,0 +1,8 @@ +branch_protection: + main: + require_pull_request: true + required_approvals: 1 + dismiss_stale_reviews: true + require_ci_to_pass: true + block_force_pushes: true + block_deletions: true diff --git a/.gitea/cODEOWNERS b/.gitea/cODEOWNERS index 9a2d5c6..2d0d3c5 100644 --- a/.gitea/cODEOWNERS +++ b/.gitea/cODEOWNERS @@ -3,3 +3,5 @@ # Special ownership for hermes-agent specific files :hermes-agent/** @Timmy +@perplexity +@Timmy -- 2.43.0