]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/publish_toolstate.py
Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay
[rust.git] / src / tools / publish_toolstate.py
index 967333c1ace4fc5a61b778019d904cd8dbba3b44..81d44a3df2598f0a9e692761ffdfa60cb88b0df2 100755 (executable)
@@ -211,14 +211,14 @@ def update_latest(
                 if new > old:
                     # things got fixed or at least the status quo improved
                     changed = True
-                    message += '🎉 {} on {}: {} â†’ {} (cc {}, @rust-lang/infra).\n' \
+                    message += '🎉 {} on {}: {} â†’ {} (cc {}).\n' \
                         .format(tool, os, old, new, maintainers)
                 elif new < old:
                     # tests or builds are failing and were not failing before
                     changed = True
                     title = '💔 {} on {}: {} â†’ {}' \
                         .format(tool, os, old, new)
-                    message += '{} (cc {}, @rust-lang/infra).\n' \
+                    message += '{} (cc {}).\n' \
                         .format(title, maintainers)
                     # See if we need to create an issue.
                     if tool == 'miri':