mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 12:05:50 +02:00
Merge pull request #2233 from kounoike/pr-merge-webhook-missing
add missing Webhook call
This commit is contained in:
@@ -360,6 +360,8 @@ trait MergeService {
|
||||
}
|
||||
}
|
||||
|
||||
callPullRequestWebHook("closed", repository, issueId, context.loginAccount.get)
|
||||
|
||||
updatePullRequests(repository.owner, repository.name, pullreq.branch, loginAccount, "closed")
|
||||
|
||||
// call hooks
|
||||
|
||||
Reference in New Issue
Block a user