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

lukaszlenart pushed a commit to branch fix/build-check-6x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit fd82d6354f51f553cf16e2980a1dccabc15fc725
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Thu Aug 7 18:54:21 2025 +0200

    Fixes build check for Struts 6.x
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index f5a5b4873..f49aa6ff4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,11 +24,11 @@ github:
         # it does not work because our github teams are private/secret, see 
INFRA-25666
         require_code_owner_reviews: false
         required_approving_review_count: 0
-    release/struts-6-7-x:
+    release/*:
       # contexts are the names of checks that must pass.
       required_status_checks:
         contexts:
-          - "Build and Test (JDK 17)"
+          - "Build and Test (JDK 8)"
       required_pull_request_reviews:
         # it does not work because our github teams are private/secret, see 
INFRA-25666
         require_code_owner_reviews: false

Reply via email to