This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git
The following commit(s) were added to refs/heads/master by this push:
new acd0909 [INFRA] Set up default rulesets for default and release
branches (#186)
acd0909 is described below
commit acd09092cfa72700d1659dd11ed3f7d66eb31955
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 23:14:49 2026 -0500
[INFRA] Set up default rulesets for default and release branches (#186)
---
.asf.yaml | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index afc9a60..59b5b1f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,6 +28,18 @@ github:
- kubernetes
- helm
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/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true