1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-07 04:34:39 -04: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
task_state_test.go
task_state.go
workflows_test.go
workflows.go Fix workflow trigger event bugs (#29467) 2024-02-28 15:35:04 +00:00