This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-chat-archive.git
The following commit(s) were added to refs/heads/main by this push:
new 8815400 convert branch protections to ruleset
8815400 is described below
commit 8815400034f57e4e8ca971b09fbb80df0d058fc6
Author: Adam Monsen <[email protected]>
AuthorDate: Thu May 14 12:53:25 2026 -0700
convert branch protections to ruleset
and match settings in apache/fineract/.asf.yaml and
apache/fineract-site/.asf.yaml
see https://lists.apache.org/thread/n1cdo2rvf9m7mt9lh3tos7t6d7bf09d2
---
.asf.yaml | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 04fb7d2..1f5285d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,8 +8,16 @@ github:
merge: true
squash: false
rebase: false
- protected_branches:
- main:
- required_linear_history: false
+ rulesets:
+ - name: "Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "main"
+ restrict_deletion: true
+ restrict_force_push: true
required_signatures: true
+ required_linear_history: false
required_conversation_resolution: true
+ required_pull_request_reviews:
+ required_approving_review_count: 1