diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-03-14 16:02:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-14 16:02:21 +0900 |
| commit | 871871fad5d278e284974adeebe055948370acb5 (patch) | |
| tree | dfec913c8049cf598246696041e35ca90400bf56 /src/api | |
| parent | Merge pull request #275 from syuilo/greenkeeper/debug-2.6.3 (diff) | |
| download | sharkey-871871fad5d278e284974adeebe055948370acb5.tar.gz sharkey-871871fad5d278e284974adeebe055948370acb5.tar.bz2 sharkey-871871fad5d278e284974adeebe055948370acb5.zip | |
🎉
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 630083604f..c60cb25cb8 100644 --- a/src/api/service/github.ts +++ b/src/api/service/github.ts @@ -40,7 +40,7 @@ module.exports = async (app: express.Application) => { break; case 'refs/heads/release': const commit = event.commits[0]; - post(`RELEASED: ${commit.message}`); + post(`RELEASED🎉: ${commit.message}`); break; } }); |