check-cherry-picks.sh maintainer script: add clarifying message regarding differences found
This commit is contained in:
parent
b612366abc
commit
dc4f218432
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ while read new_commit_sha ; do
|
||||||
|
|
||||||
$range_diff_common --color
|
$range_diff_common --color
|
||||||
|
|
||||||
|
echo "Note this should not necessarily be treated as a hard fail, but a reviewer's attention should" \
|
||||||
|
"be drawn to it and github actions have no way of doing that but to raise a 'failure'"
|
||||||
problem=1
|
problem=1
|
||||||
else
|
else
|
||||||
echo " ✔ $original_commit_sha highly similar to $new_commit_sha"
|
echo " ✔ $original_commit_sha highly similar to $new_commit_sha"
|
||||||
|
|
Loading…
Reference in a new issue