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.git


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

commit 994d782c61ad35ed692f06c922202cd3402f7a59
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 03:38:52 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index ad280ffb8c..497ed10b00 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,7 +23,7 @@ github:
   description: PLC4X The Industrial IoT adapter
   homepage: https://plc4x.apache.org/
 
-  dependabot_alerts:  true
+  dependabot_alerts: true
   dependabot_updates: false
 
   labels:
@@ -80,10 +80,23 @@ github:
     edit_comment_discussion: "Re: [D] {title}"
     delete_comment_discussion: "Re: [D] {title}"
 
+  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