From 0db9f19d1b933d7bd54ff2442033258e674d032b Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 16:05:03 -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 67696165f..e60edeba9 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -14,7 +14,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