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

jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git

commit 7615c605cb02f345a26a60f4f487dfe5002491b0
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Sat May 16 09:05:13 2026 +0200

    Fine tune the default branch protection rules provided by Infra to comply 
with the OFBiz naming convention for release branches and to enforce linear 
history
---
 .asf.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ae20573e2..02e81ef81 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,12 +37,13 @@ github:
       branches:
         includes:
           - "~DEFAULT_BRANCH"
-          - "release/*"
-          - "rel/*"
+          - "release*"
         excludes: []
       bypass_teams:
         - root
       restrict_deletion: true
       restrict_force_push: true
+      required_linear_history: true
+
 notifications:
   jobs: [email protected]

Reply via email to