Skip to content

Commit 28dfc07

Browse files
committed
Ping infra team on all tool bustage
1 parent d68b0ec commit 28dfc07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/publish_toolstate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def update_latest(
8686
.format(tool, os, old, new)
8787
elif new < old:
8888
changed = True
89-
message += '💔 {} on {}: {} → {} (cc {}).\n' \
89+
message += '💔 {} on {}: {} → {} (cc {}, @rust-lang/infra).\n' \
9090
.format(tool, os, old, new, MAINTAINERS.get(tool))
9191

9292
if changed:

0 commit comments

Comments
 (0)