From bda05a127b06e90d21cb7149fd66075248d37444 Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 18:10:30 -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 23c4a758ef7..ff30d08dba1 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -7,7 +7,20 @@ github: - web - html + 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@wicket.apache.org - pullrequests: commits@wicket.apache.org - jira_options: link label comment + commits: commits@wicket.apache.org + pullrequests: commits@wicket.apache.org + jira_options: link label comment