MCPcopy Create free account
hub / github.com/cli/cli / NewReviewerBot

Function NewReviewerBot

api/queries_pr_review.go:212–216  ·  view source on GitHub ↗
(login string)

Source from the content-addressed store, hash-verified

210}
211
212func NewReviewerBot(login string) ReviewerBot {
213 return ReviewerBot{
214 AssignableBot: NewAssignableBot("", login),
215 }
216}
217
218func (b ReviewerBot) DisplayName() string {
219 return actorDisplayName("Bot", b.login, "")

Callers 2

SuggestedReviewerActorsFunction · 0.85

Calls 1

NewAssignableBotFunction · 0.85

Tested by

no test coverage detected