Skip to content

Commit f0cb684

Browse files
committed
cmd/gerritbot: include link to wiki in import messages
Update golang/go#18517 Change-Id: I5c7980d07db368c90c2e76610ee4c854cec27b60 Reviewed-on: https://go-review.googlesource.com/92936 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 9a4204b commit f0cb684

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/gerritbot/gerritbot.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ func (b *bot) importGerritChangeFromPR(ctx context.Context, pr *github.PullReque
561561
562562
Please visit %s to see it.
563563
564-
Tip: You can toggle comments on/off from GerritBot using the %s slash command (e.g. %s)`,
564+
Tip: You can toggle comments from me using the %s slash command (e.g. %s)
565+
See the [Wiki page](https://golang.org/wiki/GerritBot) for more info`,
565566
pr.Head.GetSHA(), changeURL, "`comments`", "`/comments off`")
566567
return b.postGitHubMessageNoDup(ctx, repo.GetOwner().GetLogin(), repo.GetName(), pr.GetNumber(), msg)
567568
}

0 commit comments

Comments
 (0)