This is an automated email from the ASF dual-hosted git repository.
zhangzhe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 2c403276 chore: update ASF configuration for better branch protection
(#628)
2c403276 is described below
commit 2c403276085d5828dcdf3f783bd37bc7c7d00fc3
Author: DeleiGuo <[email protected]>
AuthorDate: Thu Oct 2 12:51:32 2025 +0800
chore: update ASF configuration for better branch protection (#628)
---
.asf.yaml | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6e82fe56..51dee261 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,11 +24,24 @@ github:
- java
- excel
- office
+ - poi
+ - xlsx
+ - xls
+ - csv
+ - fast-excel
+ - fastexcel
+ - easyexcel
enabled_merge_buttons:
squash: true
merge: false
rebase: false
-
+ protected_branches:
+ main:
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1
+ dependabot_alerts: true
+ dependabot_updates: false
notifications:
commits: [email protected]
issues: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]