This is an automated email from the ASF dual-hosted git repository. aaronai pushed a commit to branch revert-216-feature/remove_misspell-check_from_required_status_check in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
commit f9ab6a8c6d09fbad9885f0714bd4743005305a2a Author: Aaron Ai <[email protected]> AuthorDate: Thu Sep 1 10:30:27 2022 +0800 Revert "Remove misspell-check from required_status_checks (#216)" This reverts commit e37826c68ecba24c54e6f89987d45fc916dcce47. --- .asf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.asf.yaml b/.asf.yaml index 7ae6e62..4d10528 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,4 +40,5 @@ github: master: required_status_checks: contexts: + - misspell-check - check-license
