You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
0 commit comments