From b90aba1e78a2c742df8c3498f4f0ee6931a7edd1 Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 16:05:07 -0500 Subject: [PATCH] Set up default protection ruleset for default and release branches --- .asf.yaml | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 003d459b..5e0ede85 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -8,7 +8,21 @@ # limitations under the License. notifications: - commits: commits@geode.apache.org - issues: issues@geode.apache.org - pullrequests: notifications@geode.apache.org - jira_options: link label comment + commits: commits@geode.apache.org + issues: issues@geode.apache.org + pullrequests: notifications@geode.apache.org + jira_options: link label comment +github: + rulesets: + - name: "Default Branch Protection" + type: branch + branches: + includes: + - "~DEFAULT_BRANCH" + - "release/*" + - "rel/*" + excludes: [] + bypass_teams: + - root + restrict_deletion: true + restrict_force_push: true