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 c89745f0ea048a9bf9592f360bf71deaace811b0 Author: The Apache Software Foundation <[email protected]> AuthorDate: Fri May 15 17:32:09 2026 -0500 Set up default protection ruleset for default and release branches --- .asf.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 98dc153de..ae20573e2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -15,7 +15,7 @@ github: description: "Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions." - homepage: https://ofbiz.apache.org/ + homepage: https://ofbiz.apache.org/ labels: - ofbiz - plugins @@ -31,5 +31,18 @@ github: - geospatial - hacktoberfest + 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: jobs: [email protected]

