Bold pusher name

This commit is contained in:
Aya Morisawa 2017-02-28 21:29:16 +09:00
parent 2daefa1415
commit 17fd841903

View file

@ -34,7 +34,7 @@ module.exports = async (app: express.Application) => {
if (ref != 'refs/heads/master') return;
const pusher = event.pusher;
const compare = event.compare;
post(`Pushed! (Pusher: ${pusher.name})\nCompare changes: ${compare}`);
post(`Pushed by **${pusher.name}**\nCompare changes: ${compare}`);
});
handler.on('issues', event => {