gitea/services/actions
Zettat123 9e04627aca
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.
2023-03-24 13:13:04 +08:00
..
clear_tasks.go Avoid panic caused by broken payload when creating commit status (#23216) 2023-03-04 02:12:37 -05:00
commit_status.go Fix missing commit status in PR which from forked repo (#23351) 2023-03-13 16:05:19 -05:00
init.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
job_emitter.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
job_emitter_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
notifier.go Fix incorrect `HookEventType` of pull request review comments (#23650) 2023-03-24 13:13:04 +08:00
notifier_helper.go Avoid panic caused by broken payload when creating commit status (#23216) 2023-03-04 02:12:37 -05:00