Exemplo n.º 1
0
func comment(id int, body string) *githubapi.IssueComment {
	return github_test.Comment(id, jenkinsBotName, time.Now(), passComment)
}
Exemplo n.º 2
0
func flakecomment(id int, createdAt time.Time) *github.IssueComment {
	return github_testing.Comment(id, "k8s-bot", createdAt, "Failed: something failed")
}