From 5f5233a5e3efa6394adc66b4256c9f2027604e5c Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 17:10:10 -0500 Subject: [PATCH] Set up default protection ruleset for default and release branches --- .asf.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 9420e0a..d4dd806 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,3 +17,17 @@ notifications: pullrequests: commits@karaf.apache.org +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