From 273c3a1a998c5933370cb3346a72c9935c2063db Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sun, 31 Mar 2024 11:36:49 +0200 Subject: [PATCH] Uses proper context name in branch protection rule --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index ed31174c3..87706aa57 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,7 +16,7 @@ github: master: # contexts are the names of checks that must pass. contexts: - - Java Maven / Build and Test + - build required_pull_request_reviews: require_code_owner_reviews: true required_approving_review_count: 1