This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git
The following commit(s) were added to refs/heads/main by this push:
new 8f96c83 Set up default protection ruleset for default and release
branches (#126)
8f96c83 is described below
commit 8f96c8391addb9c030ae9e847859c081fd38dc17
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 19:26:53 2026 -0500
Set up default protection ruleset for default and release branches (#126)
---
.asf.yaml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 5db3c68..9f7f6bf 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,7 +31,20 @@ github:
issues: true
projects: 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]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]