This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 9255842a ci: require an approving review before merging to main (#801)
9255842a is described below
commit 9255842a86bd2d719bba948051a3bc75f169b5ec
Author: Y Ethan Guo <[email protected]>
AuthorDate: Mon Sep 21 15:37:06 2026 -0700
ci: require an approving review before merging to main (#801)
---
.asf.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index f8927106..4eeae2b5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,6 +43,8 @@ github:
required_status_checks:
strict: true
required_linear_history: true
+ required_pull_request_reviews:
+ required_approving_review_count: 1
pull_requests:
allow_auto_merge: true
allow_update_branch: true