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 512624b  revert to old, permissive .asf.yaml
512624b is described below

commit 512624b8b08159ef3355e314ecf6860a05c1ce3a
Author: Adam Monsen <[email protected]>
AuthorDate: Fri May 29 17:04:02 2026 -0700

    revert to old, permissive .asf.yaml
    
    still trying to fix site publish
---
 .asf.yaml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

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

Reply via email to