Fix: check pr title instead of commit msg (#2541)

This commit is contained in:
Tianxin Dong
2021-10-23 00:28:59 +08:00
committed by GitHub
parent e56a67acf5
commit 952af10a4b
4 changed files with 25 additions and 41 deletions

View File

@@ -141,7 +141,7 @@ We still encourage contributors to write informative commit messages, as they be
We use the pull request title when we generate change logs for releases. As such, we strive to make the title as informative as possible.
Make sure that the title for your pull request uses the same format as the subject line in the commit message.
Make sure that the title for your pull request uses the same format as the subject line in the commit message. If the format is not followed, we will add a label `title-needs-formatting` on the pull request.
### Pass all the CI checks