This is an automated email from the ASF dual-hosted git repository.
leginee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-forums.git
The following commit(s) were added to refs/heads/main by this push:
new 925fa51 Set up default protection ruleset for default and release
branches (#1)
925fa51 is described below
commit 925fa5144a1ac9ed44c7042f8ee7f1a20280a9af
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:43:52 2026 -0500
Set up default protection ruleset for default and release branches (#1)
---
.asf.yaml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 9502623..e65b960 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,8 +8,21 @@ github:
- openoffice
- forum
- phpbb
-
+
+ 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]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]