This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ofbiz-site.git
The following commit(s) were added to refs/heads/master by this push:
new e51f9c0 Set up default protection ruleset for default and release
branches
e51f9c0 is described below
commit e51f9c0b0672d5a0e6d2f02de76d0d77649607a5
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:32:13 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 32982ed..75dfc52 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,4 +1,18 @@
# Publishing profile for ofbiz-site.git:
publish:
- whoami: master
\ No newline at end of file
+ whoami: master
+github:
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true