]> git.lizzy.rs Git - rust.git/commitdiff
publish-toolstate: ping maintainers when a tool builds again
authorNick Cameron <ncameron@mozilla.com>
Thu, 1 Nov 2018 21:38:05 +0000 (10:38 +1300)
committerNick Cameron <ncameron@mozilla.com>
Thu, 1 Nov 2018 21:38:05 +0000 (10:38 +1300)
And add @Xanewok as an RLS maintainer

src/tools/publish_toolstate.py

index c794e169fca3322f58ac72e99ca5fb34f34d823c..4ade87f5d65bd2c167175bcf27ca178a28df1b50 100755 (executable)
@@ -26,7 +26,7 @@ except ImportError:
 MAINTAINERS = {
     'miri': '@oli-obk @RalfJung @eddyb',
     'clippy-driver': '@Manishearth @llogiq @mcarton @oli-obk',
-    'rls': '@nrc',
+    'rls': '@nrc @Xanewok',
     'rustfmt': '@nrc',
     'book': '@carols10cents @steveklabnik',
     'nomicon': '@frewsxcv @Gankro',
@@ -81,8 +81,8 @@ def update_latest(
                 status[os] = new
                 if new > old:
                     changed = True
-                    message += '🎉 {} on {}: {} â†’ {}.\n' \
-                        .format(tool, os, old, new)
+                    message += '🎉 {} on {}: {} â†’ {} (cc {}, @rust-lang/infra).\n' \
+                        .format(tool, os, old, new, MAINTAINERS.get(tool))
                 elif new < old:
                     changed = True
                     message += '💔 {} on {}: {} â†’ {} (cc {}, @rust-lang/infra).\n' \