Skip to content

Commit 699b783

Browse files
committed
conclusion: switch to warning emoji
It looks like patchwork rejects the previous one. Here at least it has a different colour, it might also help spotting the differences with the critical issues. Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
1 parent 12d7b87 commit 699b783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2243,7 +2243,7 @@ print_conclusion() {
22432243
echo -n "${EXIT_TITLE}: "
22442244

22452245
if _had_issues; then
2246-
_print_issues "" "🔴"
2246+
_print_issues "" "⚠️ "
22472247
elif [ "${rc}" != "0" ]; then
22482248
echo "Script error! ❓"
22492249
else

0 commit comments

Comments
 (0)