From 272797f764074cfd85b59c020d21f27c3700cb72 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Wed, 10 Sep 2025 07:38:43 +0200 Subject: [PATCH] Fixes .ads.yaml to use proper structure for checks --- .asf.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b8148da8d..f49aa6ff4 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -17,16 +17,18 @@ github: protected_branches: main: # contexts are the names of checks that must pass. - contexts: - - build + required_status_checks: + contexts: + - "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 required_approving_review_count: 0 release/*: # contexts are the names of checks that must pass. - contexts: - - build + required_status_checks: + contexts: + - "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