aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions
Commit message (Expand)AuthorAgeFilesLines
...
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+122
* Don't filter action runs based on state (#24711)Yarden Shoham2023-05-141-10/+0
* Fix run list broken when trigger user deleted (#24706)Lunny Xiao2023-05-141-0/+3
* Display owner of a runner as a tooltip instead of static text (#24377)yp053272023-05-121-5/+17
* Improve updating Actions tasks (#24600)Jason Song2023-05-101-6/+11
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-221-0/+51
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884)Jason Song2023-04-061-1/+1
* Fix checks for `needs` in Actions (#23789)Jason Song2023-03-301-1/+3
* Create commit status when event is `pull_request_sync` (#23683)sillyguodong2023-03-241-1/+1
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-191-0/+1
* Fix missing commit status in PR which from forked repo (#23351)sillyguodong2023-03-131-0/+11
* Avoid too long names for actions (#23162)Jason Song2023-02-282-1/+3
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-243-7/+17
* Fix ref to trigger Actions (#22679)Jason Song2023-01-311-0/+20
* Implement actions (#21937)Jason Song2023-01-3113-0/+1962