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: run commit message check after other lint checks (#22208)
We recently had some lint failures slip into the main branch, because they had both
commit message failures and other lint failures. The problem was that we sometimes
ignore commit message failures since they can be fixed by the caretaker, but if the commit
check fails, it prevents any other the other lint checks from running.
These changes move the commit message check to be last in the `lint` job so that if it fails,
we know that everything else is in a mergeable state.
0 commit comments