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

lukaszlenart pushed a commit to branch fix/no-reviewers-required
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 00752e33c4e9bc6e2924e40f03cedcda1905552c
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun Jun 2 13:59:41 2024 +0200

    Disables required reviewers option
    This option doesn't play with Silence Consensus
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 3f83d509a..5e259c710 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,7 +20,7 @@ github:
       required_pull_request_reviews:
         # it does not work because our github teams are private/secret, see 
INFRA-25666
         require_code_owner_reviews: false
-        required_approving_review_count: 1
+        required_approving_review_count: 0
   autolink_jira:
     - WW
   dependabot_alerts:  true

Reply via email to