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

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


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

commit 1ce9e804f0c90804d35e6451c1a57e1ed1401224
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 01:06:34 2026 -0500

    Set up default protection ruleset for default and release branches (#687)
---
 .asf.yaml | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index b778af8..3572bfb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,13 +35,26 @@ github:
     issues: true
     projects: true
   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]
-  discussions:  [email protected]
+  discussions: [email protected]
   jira_options: link label

Reply via email to