This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/strict-branch in repository https://gitbox.apache.org/repos/asf/struts.git
commit 44ff04683acb03e4be6bea2406933c07df3b2621 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Dec 24 08:32:08 2024 +0100 Uses exact branch name instead of wildcard --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index b8148da8d..6bcfc98d7 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -23,7 +23,7 @@ github: # 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/*: + release/struts-6-7-x: # contexts are the names of checks that must pass. contexts: - build