aboutsummaryrefslogtreecommitdiffstats
path: root/modules/actions
Commit message (Expand)AuthorAgeFilesLines
* Fix some pending problems (#29985)wxiaoguang2024-03-221-1/+1
* Show Actions post step when it's running (#29926)Jason Song2024-03-202-2/+46
* Set pre-step status to `skipped` if job is skipped (#29489)sillyguodong2024-03-011-0/+3
* Fix workflow trigger event bugs (#29467)Zettat1232024-02-281-0/+3
* Improve the `issue_comment` workflow trigger event (#29277)Zettat1232024-02-222-0/+50
* Implement some action notifier functions (#29173)yp053272024-02-182-4/+8
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-0/+35
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-123-10/+25
* 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-052-10/+22
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-3/+0
* Fix activity type match in `matchPullRequestEvent` (#25746)Zettat1232023-07-072-33/+55
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Support downloading raw task logs (#24451)Vitaliy Filippov2023-06-291-2/+2
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-281-1/+17
* Support `pull_request_target` event (#25229)Zettat1232023-06-264-46/+60
* 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-173-2/+12
* Fix mismatch between hook events and github event types (#24048)Zettat1232023-04-122-25/+362
* 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-233-13/+155
* Convert GitHub event on actions and fix some pull_request events. (#23037)Lunny Xiao2023-03-142-114/+212
* 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-314-0/+451