This is an automated email from the ASF dual-hosted git repository.
wgtmac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new fa5045d43 Set up default protection ruleset for default and release
branches (#3563)
fa5045d43 is described below
commit fa5045d435d9c6d877dbb7d874257fac4245b607
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Tue Jul 14 21:01:24 2026 -0500
Set up default protection ruleset for default and release branches (#3563)
---
.asf.yaml | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 434176366..10973b728 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,19 +25,32 @@ github:
- apache
- parquet
- parquet-java
-
+
enabled_merge_buttons:
merge: false
squash: true
rebase: false
-
+
features:
wiki: false
issues: true
projects: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true
notifications:
- commits: [email protected]
- issues: [email protected]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]
jira_options: link