Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: move commit message check to be last in pipeline (#29568)
It occasionally happens that we get a PR that has both the incorrect commit message and a lint failure. The process of fixing it can take multiple runs, because the author has to fix the commit, re-run and then fix the lint failures. These changes move the commit message check to be last since if everything else passes, the caretaker can fix the commit message while merging the PR. (cherry picked from commit 64dfcc0)
- Loading branch information