This is an automated email from the ASF dual-hosted git repository.

wilfred-s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new fb7573968b Set up default protection ruleset for default and release 
branches (#553)
fb7573968b is described below

commit fb7573968b88d75aa112898f192017f135a95755
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 30 14:23:23 2026 +1000

    Set up default protection ruleset for default and release branches (#553)
    
    Update .asf.yaml, customise for local branches
    
    Closes: #553
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 .asf.yaml | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 5f45a90866..cff3bb2fc0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,7 +21,7 @@
 
 publish:
   whoami: asf-site
-  
+
 github:
   description: "Apache Yunikorn website - see the master branch for 
instructions"
   homepage: https://yunikorn.apache.org/
@@ -30,15 +30,27 @@ github:
     - apache
   enabled_merge_buttons:
     squash: true
-    merge:  false
+    merge: false
     rebase: false
   features:
-    wiki:     false
-    issues:   false
+    wiki: false
+    issues: false
     projects: false
 
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "asf-site"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
-  commits:      [email protected]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
   jira_options: link label


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to