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

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-docker.git


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

commit 8a4d5da3e1562e0e73165600184ee04481fa2721
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 19 05:56:32 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 8614102..818a34c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -10,11 +10,24 @@ github:
 
   enabled_merge_buttons:
     squash: true
-    merge:  false
+    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