We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68b0ec commit 28dfc07Copy full SHA for 28dfc07
src/tools/publish_toolstate.py
@@ -86,7 +86,7 @@ def update_latest(
86
.format(tool, os, old, new)
87
elif new < old:
88
changed = True
89
- message += '💔 {} on {}: {} → {} (cc {}).\n' \
+ message += '💔 {} on {}: {} → {} (cc {}, @rust-lang/infra).\n' \
90
.format(tool, os, old, new, MAINTAINERS.get(tool))
91
92
if changed:
0 commit comments