summaryrefslogtreecommitdiffstats
path: root/modules/actions
Commit message (Expand)AuthorAgeFilesLines
* Fix activity type match in `matchPullRequestEvent` (#25746) (#25796)Zettat1232023-07-112-33/+55
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-1/+1
* Fix content holes in Actions task logs file (#25560) (#25566)Giteabot2023-06-281-1/+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-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