Skip to content

Commit

Permalink
check-cherry-picks.sh maintainer script: add clarifying message regar…
Browse files Browse the repository at this point in the history
…ding differences found
  • Loading branch information
risicle committed Apr 10, 2024
1 parent b612366 commit dc4f218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions maintainers/scripts/check-cherry-picks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ while read new_commit_sha ; do

$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
else
echo "$original_commit_sha highly similar to $new_commit_sha"
Expand Down

0 comments on commit dc4f218

Please sign in to comment.