This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
The following commit(s) were added to refs/heads/main by this push:
new e68ef52 Set up default protection ruleset for default and release
branches (#161)
e68ef52 is described below
commit e68ef52f027cf36b68d55801e35a4431d306b77b
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 22:07:00 2026 -0500
Set up default protection ruleset for default and release branches (#161)
---
.asf.yaml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 77bdf71..34c9392 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,6 +29,19 @@ github:
wiki: true
issues: true
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/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true