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-docs.git
The following commit(s) were added to refs/heads/main by this push:
new fdeb67d Set up default protection ruleset for default and release
branches (#158)
fdeb67d is described below
commit fdeb67d9febe7f6d0a369690009377627f3d1b59
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:44:30 2026 -0500
Set up default protection ruleset for default and release branches (#158)
---
.asf.yaml | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 84be986..cc086e5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -5,9 +5,22 @@ github:
# Enable projects for project management boards
projects: true
# Set up mailing list notifications
+ 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]
- pullrequests: [email protected]
-
-
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+
+