From 4bc6ce1cb6aa30cfb14a8531bc6425d9f3e92fc1 Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 14:25:15 -0500 Subject: [PATCH] Set up default protection ruleset for default and release branches --- .asf.yaml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index e8d7223..fb53c81 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -6,8 +6,21 @@ github: - community - comdev + 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: commits@community.apache.org - issues: notifications@community.apache.org + commits: commits@community.apache.org + issues: notifications@community.apache.org pullrequests: notifications@community.apache.org jira_options: link label