Skip to content

Commit

Permalink
Ping infra team on all tool bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
nrc committed May 3, 2018
1 parent d68b0ec commit 28dfc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/publish_toolstate.py
Expand Up @@ -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:
Expand Down

0 comments on commit 28dfc07

Please sign in to comment.