From cb85515dfbdf52ac65dbd753d18e519289a79937 Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 17:01:51 -0500 Subject: [PATCH] Set up default protection ruleset for default and release branches --- .asf.yaml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 2fca9c0..dc3c05c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -24,11 +24,24 @@ github: issues: false projects: false enabled_merge_buttons: - squash: true - merge: false - rebase: false + squash: true + merge: false + rebase: false + 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@ignite.apache.org - issues: notifications@ignite.apache.org + commits: commits@ignite.apache.org + issues: notifications@ignite.apache.org pullrequests: notifications@ignite.apache.org jira_options: link label worklog