This is an automated email from the ASF dual-hosted git repository.

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d75f823ac Build: Require approving review (#10424)
7d75f823ac is described below

commit 7d75f823ac0606e5efa25dc73b50e74b3bc87411
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Jun 3 14:36:06 2024 +0200

    Build: Require approving review (#10424)
---
 .asf.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ba8be89ccd..260641b358 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,6 +35,9 @@ github:
 
   protected_branches:
     main:
+      required_pull_request_reviews:
+        required_approving_review_count: 1
+
       required_linear_history: true
   
   features:

Reply via email to