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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7a316af  chore: Set up default protection ruleset for default and 
release branches (#145)
7a316af is described below

commit 7a316af7cd98eceb0512f99d06fdd86e4ab362af
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 03:41:06 2026 -0500

    chore: Set up default protection ruleset for default and release branches 
(#145)
---
 .asf.yaml | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 35b83cc..8d27d05 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,7 +21,7 @@ github:
   description: Apache plc4x Build Tools
   homepage: https://plc4x.apache.org/
 
-  dependabot_alerts:  true
+  dependabot_alerts: true
   dependabot_updates: false
 
   labels:
@@ -37,10 +37,23 @@ github:
     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]
-  discussions:          [email protected]
-  pullrequests_status:  [email protected]
+  commits: [email protected]
+  issues: [email protected]
+  discussions: [email protected]
+  pullrequests_status: [email protected]
   pullrequests_comment: [email protected]
   pullrequests_bot_dependabot: [email protected]

Reply via email to