mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
#2246 fully support of webhooks for pull request
This commit is contained in:
@ -108,8 +108,9 @@ func ParseHookEvent(form auth.WebhookForm) *models.HookEvent {
|
||||
SendEverything: form.SendEverything(),
|
||||
ChooseEvents: form.ChooseEvents(),
|
||||
HookEvents: models.HookEvents{
|
||||
Create: form.Create,
|
||||
Push: form.Push,
|
||||
Create: form.Create,
|
||||
Push: form.Push,
|
||||
PullRequest: form.PullRequest,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user