add missing Webhook calling when PR is merged

This commit is contained in:
KOUNOIKE
2018-12-29 16:42:47 +09:00
parent 38c8977dab
commit 957dfaef52

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