This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-sources.git
The following commit(s) were added to refs/heads/master by this push:
new c4b765d Set up default protection ruleset for default and release
branches
c4b765d is described below
commit c4b765d6653966fd484e278133c2021d37391d45
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:22:34 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 d668dbd..5e72999 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -12,6 +12,19 @@ github:
rebase: true
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]