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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
I was just viewing the logs for a PR earlier and noticed this alarming message from
checkcommits
:I bit of digging shows that the problem is caused by our git setup. Assumine a runtime PR, Jenkins is essentially doing this:
After the above, there is only 1 branch - master so
checkcommits
cannot compare the PR branch withmaster
, and therefore finds zero commits to check.We need to change the git setup to be something like this:
/cc @grahamwhaley, @sboeuf, @chavafg.
The text was updated successfully, but these errors were encountered: