This is an automated email from the ASF dual-hosted git repository.
wgtmac pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new f65c50a Set up default protection ruleset for default and release
branches (#180)
f65c50a is described below
commit f65c50a954f07b72f4533e8d452b6d8a11d4d7ec
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Mon May 18 20:50:15 2026 -0500
Set up default protection ruleset for default and release branches (#180)
---
.asf.yaml | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 856cfb1..8431890 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,12 +25,12 @@ github:
- apache
- parquet
- parquet-site
-
+
enabled_merge_buttons:
merge: false
squash: true
rebase: false
-
+
features:
wiki: false
issues: true
@@ -39,11 +39,24 @@ github:
collaborators: # Note: the number of collaborators is limited to 10
- vinooganesh
- alamb
-
+
+ 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
+ whoami: asf-site
notifications:
- commits: [email protected]
- issues: [email protected]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]