Skip to content

Commit 760274f

Browse files
committed
Auto merge of #50434 - nrc:tool-bustage-infra, r=alexcrichton
Ping infra team on all tool bustage r? @kennytm cc @rust-lang/core as discussed at today's meeting
2 parents 700165d + 28dfc07 commit 760274f

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)