]> source.dussan.org Git - gitea.git/commit
Fix incorrect `HookEventType` of pull request review comments (#23650) (#23678)
authorGiteabot <teabot@gitea.io>
Sat, 25 Mar 2023 00:56:15 +0000 (20:56 -0400)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2023 00:56:15 +0000 (20:56 -0400)
commit6705b215db4526c7c68c20d5e13c7d91c8dc4fba
tree0279b6b07d5f3c2b21fac9d453fc690d290db531
parenta9b4aa4cc41c8e6e69fbb0273c82ce86682ead1d
Fix incorrect `HookEventType` of pull request review comments (#23650) (#23678)

Backport #23650 by @Zettat123

`HookEventType` of pull request review comments should be
`HookEventPullRequestReviewComment` but some event types are
`HookEventPullRequestComment` now.

Co-authored-by: Zettat123 <zettat123@gmail.com>
services/actions/notifier.go
services/webhook/discord.go
services/webhook/msteams.go
services/webhook/notifier.go