From e7d6bfb64f546928c8a9a68597d669fb2cb34ce0 Mon Sep 17 00:00:00 2001 From: GeorgeCao-hw Date: Wed, 30 Sep 2020 10:01:22 +0800 Subject: [PATCH] Modify a comment with detail command. --- pkg/cibot/pullrequest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cibot/pullrequest.go b/pkg/cibot/pullrequest.go index 3c162bf..7202c97 100644 --- a/pkg/cibot/pullrequest.go +++ b/pkg/cibot/pullrequest.go @@ -14,7 +14,7 @@ import ( const ( cannotMergeMessage = `This pull request can not be merged, you can try it again when label requirement meets. :astonished: %s` - nonRequiringLabelsMessage = ` Labels [**%s**] need to be added.` + nonRequiringLabelsMessage = ` Labels [**%s**] need to be added by command "/check-cla."` nonMissingLabelsMessage = ` Labels [**%s**] need to be removed.` ) -- Gitee