This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 85c9fe1021 chore: required at least 1 approve before merge (#7226)
85c9fe1021 is described below
commit 85c9fe1021ae8ad597e4f26d2daf416855abf32b
Author: jakevin <[email protected]>
AuthorDate: Tue Aug 8 20:01:42 2023 +0800
chore: required at least 1 approve before merge (#7226)
---
.asf.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index e2ad0198a3..c605a46929 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -45,7 +45,9 @@ github:
features:
issues: true
protected_branches:
- main: { }
+ main:
+ required_pull_request_reviews:
+ required_approving_review_count: 1
# publishes the content of the `asf-site` branch to
# https://arrow.apache.org/datafusion/