lol

check-cherry-picks.sh maintainer script: add clarifying message regarding differences found

+2
+2
maintainers/scripts/check-cherry-picks.sh
··· 60 60 61 61 $range_diff_common --color 62 62 63 + echo "Note this should not necessarily be treated as a hard fail, but a reviewer's attention should" \ 64 + "be drawn to it and github actions have no way of doing that but to raise a 'failure'" 63 65 problem=1 64 66 else 65 67 echo " ✔ $original_commit_sha highly similar to $new_commit_sha"