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 396d7b716 cd(checks): uses proper context names for checks (#1660)
396d7b716 is described below
commit 396d7b716da1a3491964912ae1a64e43e922f16e
Author: Lukasz Lenart <[email protected]>
AuthorDate: Fri Apr 10 07:42:32 2026 +0200
cd(checks): uses proper context names for checks (#1660)
---
.asf.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 0cc9baea5..322075619 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,7 +27,7 @@ github:
# contexts are the names of checks that must pass.
required_status_checks:
contexts:
- - "Build and Test (JDK 8)"
+ - "Build and Test (8)"
required_pull_request_reviews:
# it does not work because our github teams are private/secret, see
INFRA-25666
require_code_owner_reviews: false
@@ -36,7 +36,7 @@ github:
# contexts are the names of checks that must pass.
required_status_checks:
contexts:
- - "Build and Test (JDK 8)"
+ - "Build and Test (8)"
required_pull_request_reviews:
# it does not work because our github teams are private/secret, see
INFRA-25666
require_code_owner_reviews: false