···1212problem=0
13131414while read new_commit_sha ; do
1515+ if [ -z "$new_commit_sha" ] ; then
1616+ continue # skip empty lines
1717+ fi
1518 if [ "$GITHUB_ACTIONS" = 'true' ] ; then
1619 echo "::group::Commit $new_commit_sha"
1720 else
···57605861 $range_diff_common --color
59626363+ echo "Note this should not necessarily be treated as a hard fail, but a reviewer's attention should" \
6464+ "be drawn to it and github actions have no way of doing that but to raise a 'failure'"
6065 problem=1
6166 else
6267 echo " ✔ $original_commit_sha highly similar to $new_commit_sha"