Commit Graph

2 Commits (05e9063013b91a7e78ab5f2b97dc7f65ee687436)

Author SHA1 Message Date
Zettat123 d0962ce3da
Move some Actions related functions from `routers` to `services` (#33280)
Move the main logic of `generateTaskContext` and `findTaskNeeds` to the
`services` layer.

This is a part of #32751, since we need the git context and `needs` to
parse the concurrency expressions.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 weeks ago
Zettat123 df98452c0d
Improve Actions test (#32883)
This PR adds a mock runner to test more actions features.
1 month ago