forgejo/modules/actions
Zettat123 2b23f4bdee
Fix workflow trigger event bugs (#29467)
1. Fix incorrect `HookEventType` for issue-related events in
`IssueChangeAssignee`
2. Add `case "types"` in the `switch` block in `matchPullRequestEvent`
to avoid warning logs

(cherry picked from commit 1ad4bb9eb7641a552c5b88a43eb91d59ec5c0edf)
2024-03-06 12:10:44 +08:00
..
github.go Improve the issue_comment workflow trigger event (#29277) 2024-02-26 22:30:26 +01:00
github_test.go Improve the issue_comment workflow trigger event (#29277) 2024-02-26 22:30:26 +01:00
log.go Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
task_state.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_state_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
workflows.go Fix workflow trigger event bugs (#29467) 2024-03-06 12:10:44 +08:00
workflows_test.go [ACTIONS] on.schedule: the event is always "schedule" 2024-02-05 16:54:44 +01:00