Skip to content
Snippets Groups Projects
Commit 17fd8419 authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Bold pusher name

parent 2daefa14
No related branches found
No related tags found
No related merge requests found
......@@ -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 => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment