1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00

Fix commit status events (#33320) (#33493)

Fix #32873
Fix #33201
~Fix #33244~
~Fix #33302~

depends on ~#33396~
backport #33320
This commit is contained in:
Lunny Xiao
2025-02-04 19:35:47 -08:00
committed by GitHub
parent 2746c6f1aa
commit 200cb6140d
15 changed files with 91 additions and 0 deletions

View File

@@ -184,6 +184,7 @@ func ParseHookEvent(form forms.WebhookForm) *webhook_module.HookEvent {
Wiki: form.Wiki,
Repository: form.Repository,
Package: form.Package,
Status: form.Status,
},
BranchFilter: form.BranchFilter,
}