mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-07 08:02:14 +01:00
add missing Webhook calling when PR is merged
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