]> source.dussan.org Git - gitea.git/commit
Fix incorrect `HookEventType` of pull request review comments (#23650)
authorZettat123 <zettat123@gmail.com>
Fri, 24 Mar 2023 05:13:04 +0000 (13:13 +0800)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 05:13:04 +0000 (13:13 +0800)
commit9e04627acaaa853e5269f98f53f2615077cfb028
tree4953dfc594e35b6276f1cb7b3ab52bfefe7842f2
parent4acf0214b1bbee1430b753cd2ca45527d61555e9
Fix incorrect `HookEventType` of pull request review comments (#23650)

`HookEventType` of pull request review comments should be
`HookEventPullRequestReviewComment` but some event types are
`HookEventPullRequestComment` now.
services/actions/notifier.go
services/webhook/discord.go
services/webhook/msteams.go
services/webhook/notifier.go