diff --git a/etc/ci/clippy-annotation.sh b/etc/ci/clippy-annotation.sh index 22c6a9ad7be..1213fa53cb7 100755 --- a/etc/ci/clippy-annotation.sh +++ b/etc/ci/clippy-annotation.sh @@ -18,7 +18,7 @@ output=$(jq -c ' $in.message.level | if . == "help" or . == "note" then "notice" elif . == "warning" then "warning" - else "error" + else "failure" end ), title: $in.message.message,