From e5ab9efd3253120668a20c6198e901c6a1b2588f Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 16:07:30 -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 ea6974e0..89cff45f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -20,8 +20,21 @@ github: - object-to-datastore - big-data + 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@gora.apache.org - issues: dev@gora.apache.org + commits: commits@gora.apache.org + issues: dev@gora.apache.org pullrequests: dev@gora.apache.org jira_options: link label comment