Cheap badass workaround for me is to check diff between last merged PR SHA and HEAD.
However this would work only with PR/merge, PR/merge, etc flow. This is super fragile.
git diff $(git log --merges --pretty=format:‘%h’ -n1 HEAD~1)…HEAD
Waiting for a decisive fix from CircleCI! PLEASE. PLEASE. PLEASE.