This is an automated email from the ASF dual-hosted git repository.
dspavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git
The following commit(s) were added to refs/heads/master by this push:
new 1b40f1d9 Set up default protection ruleset for default and release
branches (#231)
1b40f1d9 is described below
commit 1b40f1d95362afc60c7d5ffe359f3d9a3e3bf201
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed May 27 13:12:11 2026 -0500
Set up default protection ruleset for default and release branches (#231)
---
.asf.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..ab594763
--- /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