1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00
gitea/modules/actions
Zettat123 1ad4bb9eb7
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
2024-02-28 15:35:04 +00:00
..
github_test.go Improve the issue_comment workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
github.go Improve the issue_comment workflow trigger event (#29277) 2024-02-22 22:47:35 +08:00
log.go Support downloading raw task logs (#24451) 2023-06-29 10:58:56 +08:00
task_state_test.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
task_state.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
workflows_test.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
workflows.go Fix workflow trigger event bugs (#29467) 2024-02-28 15:35:04 +00:00