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


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

commit bc9ec083ad6e1f64673d0e5eddb4443139dc9c71
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 03:39:21 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 45ea3a6..fdf5881 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:
@@ -65,10 +65,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