summaryrefslogtreecommitdiffstats
path: root/modules/actions/workflows.go
Commit message (Expand)AuthorAgeFilesLines
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-141-10/+14
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-241-4/+19
* Fix the bug when getting files changed for `pull_request_target` event (#26320)Zettat1232023-08-051-9/+21
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-3/+0
* Fix activity type match in `matchPullRequestEvent` (#25746)Zettat1232023-07-071-33/+36
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-3/+17
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-4/+4
* show workflow config error on file view also (#24267)a10121127962023-04-221-0/+8
* Support triggering workflows by wiki related events (#24119)Zettat1232023-04-171-2/+0
* Fix mismatch between hook events and github event types (#24048)Zettat1232023-04-121-25/+257
* Do not crash when parsing an invalid workflow file (#23972)Jason Song2023-04-071-0/+10
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-14/+14
* Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (...ChristopherHX2023-03-271-35/+107
* Improve workflow event triggers (#23613)Zettat1232023-03-231-1/+1
* Convert GitHub event on actions and fix some pull_request events. (#23037)Lunny Xiao2023-03-141-114/+171
* Add workflow error notification in ui (#23404)yp053272023-03-141-12/+28
* Fix actions workflow branches match bug (#22724)Lunny Xiao2023-02-021-3/+4
* Add more events details supports for actions (#22680)Lunny Xiao2023-02-011-4/+150
* Implement actions (#21937)Jason Song2023-01-311-0/+75