From 817857a2c138007232af698d450a101ddcd0925e Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 15:25:17 -0500 Subject: [PATCH] Set up default protection ruleset for default and release branches --- .asf.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 41b640a..87f88b2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,8 +16,8 @@ # under the License. notifications: - commits: commits@datafusion.apache.org - issues: github@datafusion.apache.org + commits: commits@datafusion.apache.org + issues: github@datafusion.apache.org pullrequests: github@datafusion.apache.org jira_options: link label worklog github: @@ -30,10 +30,23 @@ github: features: issues: 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 staging: whoami: asf-staging subdir: ray - + publish: whoami: asf-site subdir: ray