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

aajisaka pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hadoop-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 71a9e9b5d10 Set up default protection ruleset for default and release 
branches (#80)
71a9e9b5d10 is described below

commit 71a9e9b5d10f4a1c1783f5b85dccb73d63ef188d
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 01:39:19 2026 -0500

    Set up default protection ruleset for default and release branches (#80)
    
    Signed-off-by: Akira Ajisaka <[email protected]>
---
 .asf.yaml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8c6401dd60a..284d0f2defa 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,10 +22,23 @@ github:
     squash: true
     merge: false
     rebase: false
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        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 worklog
 publish:
-  whoami:  asf-site
+  whoami: asf-site


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

Reply via email to