This is an automated email from the ASF dual-hosted git repository.
meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new aaffae1 convert branch protections to ruleset
aaffae1 is described below
commit aaffae1bb2706ad5a5831c2b722e275232b32a43
Author: Adam Monsen <[email protected]>
AuthorDate: Thu May 14 12:52:04 2026 -0700
convert branch protections to ruleset
and match settings in apache/fineract/.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 eefe534..67ef4ae 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,8 +8,16 @@ github:
merge: true
squash: false
rebase: false
- protected_branches:
- asf-site:
+ rulesets:
+ - name: "Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "asf-site"
+ restrict_deletion: true
+ restrict_force_push: true
+ required_signatures: true
required_linear_history: false
required_conversation_resolution: true
- required_signatures: true
+ required_pull_request_reviews:
+ required_approving_review_count: 1