You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/actions
Giteabot b43ce53a23
Fix workflow trigger event bugs (#29467) (#29475)
Backport #29467 by @Zettat123

1. Fix incorrect `HookEventType` for issue-related events in
`IssueChangeAssignee`
2. Add `case "types"` in the `switch` block in `matchPullRequestEvent`
to avoid warning logs

Co-authored-by: Zettat123 <zettat123@gmail.com>
1 year ago
..
github.go Improve the `issue_comment` workflow trigger event (#29277) (#29322) 1 year ago
github_test.go Improve the `issue_comment` workflow trigger event (#29277) (#29322) 1 year ago
log.go Support downloading raw task logs (#24451) 2 years ago
task_state.go Implement actions (#21937) 2 years ago
task_state_test.go Implement actions (#21937) 2 years ago
workflows.go Fix workflow trigger event bugs (#29467) (#29475) 1 year ago
workflows_test.go Fix schedule tasks bugs (#28691) (#28780) 1 year ago