summaryrefslogtreecommitdiff
path: root/src/server/api/service
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-16 23:01:14 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-16 23:01:14 +0900
commit3c5f09cda2184150d1781631655eb3772f2da223 (patch)
treecc9e887e41fd448fbeaee31e4d3c1627b902e8f7 /src/server/api/service
parentUpdate github-bot.ts (diff)
downloadsharkey-3c5f09cda2184150d1781631655eb3772f2da223.tar.gz
sharkey-3c5f09cda2184150d1781631655eb3772f2da223.tar.bz2
sharkey-3c5f09cda2184150d1781631655eb3772f2da223.zip
Clean up
Diffstat (limited to 'src/server/api/service')
-rw-r--r--src/server/api/service/github-bot.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/api/service/github-bot.ts b/src/server/api/service/github-bot.ts
index 9ee522b6b1..3fc5da8bfc 100644
--- a/src/server/api/service/github-bot.ts
+++ b/src/server/api/service/github-bot.ts
@@ -96,10 +96,6 @@ handler.on('push', event => {
commits.reverse().map(commit => `・[?[${commit.id.substr(0, 7)}](${commit.url})] ${commit.message.split('\n')[0]}`).join('\n'),
].join('\n'));
break;
- case 'refs/heads/release':
- const commit = event.commits[0];
- post(`RELEASED: ${commit.message}`);
- break;
}
});