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-framework.git
commit b568e54ec1a8bc7ef84106cef49ba61cbf8f5956 Author: Jacopo Cappellato <[email protected]> AuthorDate: Sat May 16 10:18:00 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 fd50379ae6..1010b98474 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -52,13 +52,14 @@ 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] jira_options: link label

