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

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


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

commit b3e5e897b5e5bb3df22df97f7cf262c723e03c83
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 26 06:21:30 2026 -0500

    Set up default protection ruleset for default and release branches (#1390)
---
 .asf.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 63eb97c97..1b77c8e47 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,6 +27,19 @@ 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]
 

Reply via email to