mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
ci/check-cherry-picks: improve formatting of failure reports
(cherry picked from commit3dff9c34c0) (cherry picked from commit5b8b5708ce)
This commit is contained in:
committed by
github-actions[bot]
parent
c86445519f
commit
6b2b5270da
@@ -92,7 +92,8 @@ while read -r new_commit_sha ; do
|
||||
endgroup
|
||||
log warning "Difference between $new_commit_sha and original $original_commit_sha may warrant inspection:"
|
||||
|
||||
$range_diff_common --color
|
||||
# First line contains commit SHAs, which we already printed.
|
||||
$range_diff_common --color | tail -n +2
|
||||
|
||||
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'"
|
||||
|
||||
Reference in New Issue
Block a user