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

rlenferink pushed a commit to branch update-asf-yaml
in repository https://gitbox.apache.org/repos/asf/celix-site.git

commit 63edddfe3012a76579b8e765206b7b9ff96e88a1
Author: Roy Lenferink <[email protected]>
AuthorDate: Wed Apr 13 19:59:15 2022 +0200

    Do not require approvals on pull requests
    
    See https://github.com/apache/celix/pull/398#pullrequestreview-880993280 . 
Celix is a small project which doesn't need this setting yet
---
 .asf.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6c60289..efd52c8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -44,5 +44,6 @@ github:
   protected_branches:
     asf-site: {}
     master:
-      required_pull_request_reviews: {}
+      required_pull_request_reviews:
+        required_approving_review_count: 0
 

Reply via email to