This is an automated email from the ASF dual-hosted git repository.
errose28 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 14a2b819c HDDS-15340. [INFRA] Set up ruleset for default and release
branches (#430)
14a2b819c is described below
commit 14a2b819ca907e69e43c82a4c0392f272ba9c5d6
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon Jun 1 10:52:05 2026 -0500
HDDS-15340. [INFRA] Set up ruleset for default and release branches (#430)
Co-authored-by: Doroszlai, Attila
<[email protected]>
---
.asf.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 4bbc038b9..90d9ef351 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,6 +29,18 @@ github:
rebase: false
autolink_jira:
- HDDS
+ rulesets:
+ - name: Default Branch Protection
+ type: branch
+ branches:
+ includes:
+ - ~DEFAULT_BRANCH
+ - asf-site
+ excludes: [ ]
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
notifications:
commits: [email protected]
issues: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]