This is an automated email from the ASF dual-hosted git repository.
Arsnael pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 73cae3e0c3 Set up default protection ruleset for default and release
branches
73cae3e0c3 is described below
commit 73cae3e0c3bcff8473fdb38390ccca9ae192c02a
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:07:49 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 2038d6990a..64344e6f0b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,8 +8,21 @@ github:
- smtp
- jmap
+ 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]
- jira_options: link label worklog
\ No newline at end of file
+ jira_options: link label worklog
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]