summaryrefslogtreecommitdiff
path: root/src/api/service/github.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/service/github.ts')
-rw-r--r--src/api/service/github.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/service/github.ts b/src/api/service/github.ts
index ade42ae26a..8c3526d2ef 100644
--- a/src/api/service/github.ts
+++ b/src/api/service/github.ts
@@ -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 => {