From 09c86d281d548c5ebc04c3596f651f4e9bbeb47e Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 16:52:57 -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 8142507..e958550 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -8,6 +8,19 @@ github: merge: false rebase: true + 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: cvs@httpd.apache.org issues: bugs@httpd.apache.org @@ -21,9 +34,9 @@ pelican: whoami: main staging: - profile: ~ + profile: whoami: asf-site autostage: preview/* - + publish: whoami: asf-site