Change emojis on successful merge
This commit is contained in:
parent
40b64a43ef
commit
2a0ee52654
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) {
|
||||||
|
|
||||||
// Respond with a comment
|
// Respond with a comment
|
||||||
comment := &github.IssueComment{
|
comment := &github.IssueComment{
|
||||||
Body: github.String("Merging based on reactions :fireworks:"),
|
Body: github.String("Merging based on reactions :heavy_check_mark: :rocket:"),
|
||||||
}
|
}
|
||||||
|
|
||||||
_, _, err := client.Issues.CreateComment(ctx, owner, repo, prNumber, comment)
|
_, _, err := client.Issues.CreateComment(ctx, owner, repo, prNumber, comment)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue