This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/branch-protction in repository https://gitbox.apache.org/repos/asf/struts.git
commit 273c3a1a998c5933370cb3346a72c9935c2063db Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Mar 31 11:36:49 2024 +0200 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