From 59e229d962de56da0a5e0c04dcbeff6575fb5736 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Fri, 16 Nov 2018 23:02:01 +0900
Subject: [PATCH] Update github-bot.ts

---
 src/server/api/service/github-bot.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/server/api/service/github-bot.ts b/src/server/api/service/github-bot.ts
index 3fc5da8bfc..e109545b60 100644
--- a/src/server/api/service/github-bot.ts
+++ b/src/server/api/service/github-bot.ts
@@ -75,9 +75,9 @@ handler.on('status', event => {
 				const parentState = parentStatuses[0].state;
 				const stillFailed = parentState == 'failure' || parentState == 'error';
 				if (stillFailed) {
-					post(`**⚠️BUILD STILL FAILED⚠️**: ?[${commit.commit.message}](${commit.html_url})`);
+					post(`⚠️**BUILD STILL FAILED**⚠️: ?[${commit.commit.message}](${commit.html_url})`);
 				} else {
-					post(`**🚨BUILD FAILED🚨**: →→→?[${commit.commit.message}](${commit.html_url})←←←`);
+					post(`🚨**BUILD FAILED**🚨: →→→?[${commit.commit.message}](${commit.html_url})←←←`);
 				}
 			});
 			break;