This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new a899f0141e ARTEMIS-6070 protect default branch
a899f0141e is described below
commit a899f0141e633a6394f937a028035ac69c7e7a88
Author: Justin Bertram <[email protected]>
AuthorDate: Wed May 20 14:06:53 2026 -0500
ARTEMIS-6070 protect default branch
---
.asf.yaml | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 64392a48d9..5d096789ad 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,13 +43,24 @@ github:
# can be: DEFAULT | PR_TITLE | PR_TITLE_AND_COMMIT_DETAILS |
PR_TITLE_AND_DESC
squash_commit_message: PR_TITLE
# disable merge button:
- merge: false
+ merge: false
# enable rebase button:
- rebase: true
+ rebase: true
autolink_jira:
- ARTEMIS
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]