please work
This commit is contained in:
parent
b025589e1e
commit
472dac4bde
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ func processPullRequestEvent(event *github.PullRequestEvent) {
|
|||
log.Println("Error creating comment:", err)
|
||||
}
|
||||
} else if event.Action != nil && *event.Action == "closed" && event.PullRequest.Merged != nil && *event.PullRequest.Merged {
|
||||
log.Println(approvals)
|
||||
delete(approvals, prNumber)
|
||||
log.Println(approvals)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue