This is an automated email from the ASF dual-hosted git repository.
yifan-c pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-analytics.git
The following commit(s) were added to refs/heads/trunk by this push:
new 66d3ca7a [INFRA] Set up default rulesets for default and release
branches (#207)
66d3ca7a is described below
commit 66d3ca7a24bc6b813faa84cc50c79cb5df323386
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue May 26 18:06:56 2026 -0500
[INFRA] Set up default rulesets for default and release branches (#207)
Patch by The Apache Software Foundation; Reviewed by Francisco Guerrero,
Yifan Cai
---
.asf.yaml | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 2388c898..3c962786 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,10 +18,22 @@
github:
enabled_merge_buttons:
- squash: true
- merge: false
- rebase: true
+ squash: true
+ merge: false
+ rebase: true
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
notifications:
commits: [email protected]
issues: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]