From 9e04486cf5c60ff351a4a8d5aaa10909b647b771 Mon Sep 17 00:00:00 2001 From: The Apache Software Foundation Date: Fri, 15 May 2026 15:44:08 -0500 Subject: [PATCH] Set up default protection ruleset for default and release branches --- .asf.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index cc5f503ad..b3031bb72 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -6,7 +6,20 @@ github: - apache - website + 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@echarts.apache.org pullrequests: commits@echarts.apache.org - issues: commits@echarts.apache.org \ No newline at end of file + issues: commits@echarts.apache.org