Merge pull request #2233 from kounoike/pr-merge-webhook-missing

add missing Webhook call
This commit is contained in:
Naoki Takezoe
2019-01-02 21:33:35 +09:00
committed by GitHub

View File

@@ -360,6 +360,8 @@ trait MergeService {
}
}
callPullRequestWebHook("closed", repository, issueId, context.loginAccount.get)
updatePullRequests(repository.owner, repository.name, pullreq.branch, loginAccount, "closed")
// call hooks