This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-xinclude-extension.git
The following commit(s) were added to refs/heads/main by this push:
new c55f600 Set up default protection ruleset for default and release
branches
c55f600 is described below
commit c55f600cb3f154bc347ef1dd52cc7f6350541c7e
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:22:42 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 3379a4d..2506c49 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,6 +2,19 @@ github:
features:
issues: true
+ 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]