This is an automated email from the ASF dual-hosted git repository.
spetz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git
The following commit(s) were added to refs/heads/main by this push:
new 5c30eec7 [INFRA] Set up default rulesets for default and release
branches (#42)
5c30eec7 is described below
commit 5c30eec75e4cc5e62486bb5e6000a89628d62814
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 00:21:56 2026 -0500
[INFRA] Set up default rulesets for default and release branches (#42)
---
.asf.yaml | 27 ++++++++++++++++++++-------
1 file changed, 20 insertions(+), 7 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index cb43a065..b9e99afd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,23 +14,36 @@ github:
- iggy
- apache
enabled_merge_buttons:
- squash: true
- merge: false
- rebase: false
-
+ squash: true
+ merge: false
+ rebase: false
+
collaborators:
- landingpro
-
+
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
publish:
whoami: asf-site
# Staging and publishing profile:
staging:
- profile: ~
+ profile:
whoami: asf-staging
notifications:
commits: [email protected]
issues: [email protected]
pullrequests: [email protected]
- discussions: [email protected]
\ No newline at end of file
+ discussions: [email protected]