]> git.lizzy.rs Git - rust.git/commitdiff
Ping infra team on all tool bustage
authorNick Cameron <ncameron@mozilla.com>
Thu, 3 May 2018 22:21:05 +0000 (10:21 +1200)
committerNick Cameron <ncameron@mozilla.com>
Thu, 3 May 2018 22:21:05 +0000 (10:21 +1200)
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: