This is an automated email from the ASF dual-hosted git repository.
hope pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 320c927 fix: remove protected_branches in asf.yaml (#187)
320c927 is described below
commit 320c9272cf4c7fa3aa6244a234bcec9fe85ca266
Author: Jingsong Lee <[email protected]>
AuthorDate: Thu Apr 2 10:43:00 2026 +0800
fix: remove protected_branches in asf.yaml (#187)
---
.asf.yaml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 7480dfd..b6ee7af 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,10 +37,7 @@ github:
discussions: true
wiki: false
projects: false
- protected_branches:
- main:
- required_pull_request_reviews:
- required_approving_review_count: 0
+ protected_branches: ~
collaborators:
- Xuanwo