Revert last commit as it broke it even more
This commit is contained in:
parent
b44f52fe4c
commit
22d79a0547
1 changed files with 25 additions and 25 deletions
|
@ -115,8 +115,6 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) {
|
|||
for _, comment := range comments {
|
||||
if strings.Contains(comment.GetBody(), "+1") {
|
||||
reactionCount++
|
||||
}
|
||||
}
|
||||
|
||||
if reactionCount >= reactionCountGoal {
|
||||
// Merge the pull request
|
||||
|
@ -148,6 +146,8 @@ func processIssueCommentEvent(event *github.IssueCommentEvent) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func processPullRequestEvent(event *github.PullRequestEvent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue