From d85195cc98caff02bdd3c6d89cbce55c7d7e6911 Mon Sep 17 00:00:00 2001 From: georgecao Date: Sat, 28 Aug 2021 09:35:40 +0800 Subject: [PATCH] Fix the issue #I47DNP, modify some sentence that bot send to comment.(2) --- pkg/cibot/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cibot/utils.go b/pkg/cibot/utils.go index 64bcff1..540238d 100644 --- a/pkg/cibot/utils.go +++ b/pkg/cibot/utils.go @@ -21,7 +21,7 @@ const ( LabelLgtmWithCommenter = "lgtm-%s" LabelNameApproved = "approved" LabelHiddenValue = "" - tipBotMessage = `Hey ***%s***, welcome to the %s Community. + tipBotMessage = `Hi ***%s***, welcome to the %s Community. I'm the Bot here serving you. You can find the instructions on how to interact with me at <%s>. %s` -- Gitee