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-bin-resources.git
The following commit(s) were added to refs/heads/main by this push:
new b6dd104 Set up default protection ruleset for default and release
branches (#67)
b6dd104 is described below
commit b6dd104e96383e34375fd02519c9dbd53aab80c4
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Jun 12 02:32:45 2026 -0500
Set up default protection ruleset for default and release branches (#67)
---
.asf.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..ab59476
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,14 @@
+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