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

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new d0fa41151 [INFRA] Set up default rulesets for default and release 
branches (#499) (reviewed by Laszlo Bodor)
d0fa41151 is described below

commit d0fa41151f2ccdd632210689fa6bc1a184f9c0a2
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 00:41:25 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#499) 
(reviewed by Laszlo Bodor)
---
 .asf.yaml | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 776f8a6f7..23985e558 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,11 +28,24 @@ github:
     issues: false
     projects: false
   enabled_merge_buttons:
-    squash:  true
-    merge:   false
-    rebase:  false
+    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

Reply via email to