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

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


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

commit ba515a9746c5ac26f54756608f7061aa53f98c30
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 02:07:13 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#758)
---
 .asf.yaml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 23d562a4e..42805a7c6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -4,4 +4,17 @@ github:
     squash: true
     squash_commit_message: PR_TITLE
     merge: false
-    rebase: false
\ No newline at end of file
+    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

Reply via email to