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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9c40e2d0d Uses proper name of check to pass (#1266)
9c40e2d0d is described below

commit 9c40e2d0dfbf98477ed8163d730722f62007f663
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon May 12 14:24:02 2025 +0200

    Uses proper name of check to pass (#1266)
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index cf3c0ff27..f5a5b4873 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,7 +19,7 @@ github:
       # contexts are the names of checks that must pass.
       required_status_checks:
         contexts:
-          - build
+          - "Build and Test (JDK 17)"
       required_pull_request_reviews:
         # it does not work because our github teams are private/secret, see 
INFRA-25666
         require_code_owner_reviews: false
@@ -28,7 +28,7 @@ github:
       # contexts are the names of checks that must pass.
       required_status_checks:
         contexts:
-          - build
+          - "Build and Test (JDK 17)"
       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