This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/iotdb-client-nodejs.git
The following commit(s) were added to refs/heads/develop by this push:
new c5d030d Set up default protection ruleset for default and release
branches (#8)
c5d030d is described below
commit c5d030dcaa78e96317e811eb05497b357c089ea4
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sun May 17 20:55:31 2026 -0500
Set up default protection ruleset for default and release branches (#8)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 46cf732..55b8eef 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,3 +35,16 @@ github:
squash: true
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