]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/publish_toolstate.py
Ping infra team on all tool bustage
[rust.git] / src / tools / publish_toolstate.py
index 8e23519f57ebca5130913b5ceda69605ff964cfa..1539c2e25781b09d2e5ddabcbe19e63be1a2087a 100755 (executable)
@@ -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: