publish-toolstate: ping maintainers when a tool builds again

And add @Xanewok as an RLS maintainer
This commit is contained in:
Nick Cameron 2018-11-02 10:38:05 +13:00
parent 451987d86c
commit d0778ac88e

View File

@ -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' \