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
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
11 months ago
..
github.go Improve the `issue_comment` workflow trigger event (#29277) 12 months ago
github_test.go Improve the `issue_comment` workflow trigger event (#29277) 12 months 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) 11 months ago
workflows_test.go Fix schedule tasks bugs (#28691) 1 year ago