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 abdd5ce  switch to ruleset
abdd5ce is described below

commit abdd5ce6e9d34515fcf7d6a5d16124045393c09d
Author: Adam Monsen <[email protected]>
AuthorDate: Fri May 29 17:36:20 2026 -0700

    switch to ruleset
    
    I think this is what ASF wants us to use moving forward
---
 .asf.yaml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 832d869..cdbfcaf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,8 +8,13 @@ github:
     merge: true
     squash: false
     rebase: false
-  protected_branches:
-    asf-site:
-      required_linear_history: false
-      required_conversation_resolution: true
+  rulesets:
+    - name: "Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "asf-site"
+      restrict_deletion: true
+      restrict_force_push: true
       required_signatures: false
+      required_linear_history: false

Reply via email to