This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/main by this push:
new a154522d66 Standardize .asf.yaml notifications
a154522d66 is described below
commit a154522d6627c395152a4b63737bd3bc7d2e77ef
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Jul 8 22:55:08 2026 -0400
Standardize .asf.yaml notifications
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index d6de483b0a..d7d83e0d4e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,3 +39,16 @@ github:
dependabot_alerts: true
dependabot_updates: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true