diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 21:29:16 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2017-02-28 21:29:16 +0900 |
| commit | 17fd841903a010965d9fe1db5be8425025d976ef (patch) | |
| tree | 604076ca782f14e2cf36f4ef5d71732ea3e2ff08 /src/api | |
| parent | Fix README.md (diff) | |
| download | sharkey-17fd841903a010965d9fe1db5be8425025d976ef.tar.gz sharkey-17fd841903a010965d9fe1db5be8425025d976ef.tar.bz2 sharkey-17fd841903a010965d9fe1db5be8425025d976ef.zip | |
Bold pusher name
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/service/github.ts | 2 |
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 => { |