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-fluo-yarn.git
The following commit(s) were added to refs/heads/main by this push:
new e2b1a2a Set up default protection ruleset for default and release
branches (#36)
e2b1a2a is described below
commit e2b1a2a78104e84a0d11ec9782880e8a0cacbe9b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 14:47:06 2026 -0500
Set up default protection ruleset for default and release branches (#36)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 1373a77..0a12166 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,3 +33,16 @@ 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