From 163ec9dede9cc505def73b4e5226f32a8223ff5b Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 06:41:08 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- index.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index eec57f7..9143191 100644 --- a/index.html +++ b/index.html @@ -305,13 +305,33 @@ index.html ```html <<<<<<< search -
+
+ BRANCH PROTECTION POLICY
+
    +
  • • Require PR for merge ✅
  • +
  • • Require 1 approval ✅
  • +
  • • Dismiss stale approvals ✅
  • +
  • • Require CI ✅ (where available)
  • +
  • • Block force push ✅
  • +
  • • Block branch deletion ✅
  • +
+
+
DEFAULT REVIEWERS
  • @perplexity (QA gate on all repos)
  • @Timmy (owner gate on hermes-agent)
+
+ IMPLEMENTATION STATUS
+
    +
  • Require PR + 1 approval + CI ✅
  • +
  • Require PR + 1 approval ⚠️ (CI disabled)
  • +
  • Require PR + 1 approval ✅
  • +
  • Require PR + 1 approval ✅
  • +
+
-- 2.43.0