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

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


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

commit c54d3fe8647713400d59f17b3e70b6b43e0a0d67
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 00:05:48 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#1388)
---
 .asf.yaml | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 632495fb37..87041ac885 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,7 +22,7 @@ github:
     - request-routing
     - service-mesh
     - microservices
-  dependabot_alerts:  false
+  dependabot_alerts: false
   dependabot_updates: true
   enabled_merge_buttons:
     squash: true
@@ -30,10 +30,23 @@ github:
     merge: false
     rebase: true
 
+  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]
-  pullrequests_status:  [email protected]
+  commits: [email protected]
+  issues: [email protected]
+  pullrequests_status: [email protected]
   pullrequests_comment: [email protected]
   pullrequests_bot_dependabot: [email protected]
-  jira_options:         link label worklog
+  jira_options: link label worklog

Reply via email to