Ping infra team on all tool bustage

This commit is contained in:
Nick Cameron 2018-05-04 10:21:05 +12:00
parent d68b0eceaa
commit 28dfc07a35

View File

@ -86,7 +86,7 @@ def update_latest(
.format(tool, os, old, new)
elif new < old:
changed = True
message += '💔 {} on {}: {}{} (cc {}).\n' \
message += '💔 {} on {}: {}{} (cc {}, @rust-lang/infra).\n' \
.format(tool, os, old, new, MAINTAINERS.get(tool))
if changed: