aboutsummaryrefslogtreecommitdiffstats
path: root/services/actions
Commit message (Expand)AuthorAgeFilesLines
* Interpolate runs-on with variables when scheduling tasks(#30640) (#30672)sillyguodong2024-04-241-1/+7
* Use action user as the trigger user of schedules (#30581) (#30609)Giteabot2024-04-201-2/+7
* Avoid user does not exist error when detecting schedule actions when the comm...Giteabot2024-04-111-6/+3
* Fix create commit status (#30225) (#30340)Lunny Xiao2024-04-081-8/+11
* Fix bugs in rerunning jobs (#29955) (#29983)Giteabot2024-03-222-0/+86
* Fix invalid link of the commit status when ref is tag (#29752) (#29908)yp053272024-03-201-3/+13
* Make runs-on support variable expression (#29468) (#29782)sillyguodong2024-03-141-1/+12
* Add empty repo check in DetectAndHandleSchedules (#29606) (#29659)yp053272024-03-081-0/+4
* Fix workflow trigger event IssueChangeXXX bug (#29559) (#29565)Giteabot2024-03-041-2/+14
* Fix workflow trigger event bugs (#29467) (#29475)Giteabot2024-02-281-1/+7
* The job should always run when `if` is `always()` (#29464) (#29469)Giteabot2024-02-282-1/+76
* Ignore empty repo for CreateRepository in action notifier (#29416) (#29424)Giteabot2024-02-261-0/+3
* Improve the `issue_comment` workflow trigger event (#29277) (#29322)Giteabot2024-02-222-27/+80
* Implement some action notifier functions (#29173) (#29308)yp053272024-02-221-9/+67
* Fix missed edit issues event for actions (#29237) (#29251)Lunny Xiao2024-02-201-0/+41
* Only delete scheduled workflows when needed (#29091) (#29235)Zettat1232024-02-181-3/+6
* Fix an actions schedule bug (#28942) (#28999)Giteabot2024-01-312-2/+42
* Implement `MigrateRepository` for the actions notifier (#28920) (#28923)Giteabot2024-01-251-0/+12
* Fix schedule not trigger bug because matching full ref name with short ref na...Giteabot2024-01-221-12/+16
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-142-20/+17
* fix empty ref for cron workflow runs (#28640) (#28647)Giteabot2023-12-291-2/+3
* Always delete existing scheduled action tasks (#27662) (#27688)Giteabot2023-10-191-11/+8
* Make Actions tasks/jobs timeouts configurable by the user (#27400) (#27402)Giteabot2023-10-031-9/+4
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-13/+1
* Fix schedule actions still running even if workflow disalbed (#26939)Lunny Xiao2023-09-071-0/+10
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-0/+42
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-052-65/+65
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-242-4/+239
* add disable workflow feature (#26413)a10121127962023-08-141-0/+7
* Fix the bug when getting files changed for `pull_request_target` event (#26320)Zettat1232023-08-051-2/+2
* Fix pull request check list is limited (#26179)caicandong2023-07-311-1/+1
* Implement auto-cancellation of concurrent jobs if the event is push (#25716)Bo-Yi Wu2023-07-251-4/+19
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-6/+2
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-102-3/+3
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-4/+2
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-281-4/+12
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-8/+44
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-222-37/+37
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-2/+2
* Add `WithPullRequest` for `actionsNotifier` (#25144)Zettat1232023-06-111-0/+7
* Improve queue and logger context (#24924)wxiaoguang2023-05-261-2/+6
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-19/+17
* Rewrite queue (#24505)wxiaoguang2023-05-082-7/+6
* Handle canceled workflow as a warning instead of a fail (#24282)Jason Song2023-04-231-1/+3
* Support triggering workflows by wiki related events (#24119)Zettat1232023-04-171-0/+35
* Use actions job link as commit status URL instead of run link (#24023)Jason Song2023-04-101-1/+20
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-072-5/+5
* Actions: Use default branch as ref when a branch/tag delete occurs (#23910)Brad Nabholz2023-04-061-0/+5
* Treat PRs with agit flow as fork PRs when triggering actions. (#23884)Jason Song2023-04-061-1/+16
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-294-55/+67