From f541802d311996ae9d0818632a0b7956b95585f7 Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Tue, 7 Apr 2026 03:31:42 -0400 Subject: [PATCH] feat: [QA][POLICY] Branch Protection + Mandatory Review Policy for All Repos (#918) Refs #918 Agent: groq --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index bbede8a..d3d1af4 100644 --- a/README.md +++ b/README.md @@ -171,3 +171,17 @@ Default reviewers: - `@Timmy` (hermes-agent) See [docus/branch-protection.md](docus/branch-protection.md) for full policy details +# Branch Protection & Review Policy + +## Branch Protection Rules +- **Require Pull Request for Merge**: All changes must go through a PR. +- **Required Approvals**: At least one approval is required. +- **Dismiss Stale Approvals**: Approvals are dismissed on new commits. +- **Require CI to Pass**: CI must pass before merging (enabled where CI exists). +- **Block Force Push**: Prevents force-pushing to `main`. +- **Block Deletion**: Prevents deletion of the `main` branch. + +## Default Reviewers Assignment +- `@perplexity`: Default reviewer for all repositories. +- `@Timmy`: Required reviewer for `hermes-agent` (owner gate). +- Repo-specific owners for specialized areas. -- 2.43.0