This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/markdown by this push:
new 6d3ed6440c Set up default protection ruleset for default and release
branches (#863)
6d3ed6440c is described below
commit 6d3ed6440c06f0dac249fba00b763c15edc5e3e2
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Wed Jun 24 03:42:57 2026 -0500
Set up default protection ruleset for default and release branches (#863)
Reviewers: Mickael Maison <[email protected]>
---
.asf.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000000..ab59476305
--- /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