diff --git a/org/README.md b/org/README.md new file mode 100644 index 0000000..c030c5a --- /dev/null +++ b/org/README.md @@ -0,0 +1,14 @@ +# Branch Protection Policy + +All repositories must follow these rules for the `main` branch: + +- ๐Ÿ” **Require Pull Request for Merge** +- ๐Ÿ‘ฅ **Require 1 approval** +- ๐Ÿ”„ **Dismiss stale approvals** +- ๐Ÿšซ **Block force push** +- ๐Ÿšซ **Block branch deletion** +- ๐Ÿงช **Default reviewers**: `@perplexity` +- ๐Ÿงช **Required reviewers**: + - `@Timmy` on `hermes-agent` + +All changes must be reviewed and CI must pass before merging.