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

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

commit 9ee39d0a2cae2585ff551152d36450a7ba777019
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon May 20 07:02:45 2024 +0200

    INFRA-25666 Disables review by code owners
    * this functionality requires to have public teams
    * currently all ASF teams are private
---
 .asf.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 87706aa57..3f83d509a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,8 @@ github:
       contexts:
         - build
       required_pull_request_reviews:
-        require_code_owner_reviews: true
+        # it does not work because our github teams are private/secret, see 
INFRA-25666
+        require_code_owner_reviews: false
         required_approving_review_count: 1
   autolink_jira:
     - WW

Reply via email to