From c84f3d4d511358be6688d03ae8c466f7623dba63 Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 14:22:57 -0500 Subject: [PATCH] Set up default protection ruleset for default and release branches patch by The Apache Software Foundation; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-21404 Co-authored-by: mck --- .asf.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 3b032102cc..83dfc9e780 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,8 +16,8 @@ # under the License. notifications: - commits: commits@cassandra.apache.org - issues: commits@cassandra.apache.org + commits: commits@cassandra.apache.org + issues: commits@cassandra.apache.org pullrequests: pr@cassandra.apache.org jira_options: link worklog @@ -34,3 +34,14 @@ github: projects: false autolink_jira: - CASSANDRA + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "cassandra-*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true