| Commit message (Expand) | Author | Age | Files | Lines |
* | Always delete existing scheduled action tasks (#27662) | KN4CK3R | 2023-10-18 | 1 | -11/+8 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 1 | -8/+7 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 1 | -1/+1 |
* | Make Actions tasks/jobs timeouts configurable by the user (#27400) | Francesco Antognazza | 2023-10-02 | 1 | -9/+4 |
* | Add a new column schedule_id for action_run to track (#26975) | Lunny Xiao | 2023-09-08 | 1 | -13/+1 |
* | Fix schedule actions still running even if workflow disalbed (#26939) | Lunny Xiao | 2023-09-07 | 1 | -0/+10 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 1 | -0/+42 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 2 | -65/+65 |
* | chore(actions): support cron schedule task (#26655) | Lunny Xiao | 2023-08-24 | 2 | -4/+239 |
* | add disable workflow feature (#26413) | a1012112796 | 2023-08-14 | 1 | -0/+7 |
* | Fix the bug when getting files changed for `pull_request_target` event (#26320) | Zettat123 | 2023-08-05 | 1 | -2/+2 |
* | Fix pull request check list is limited (#26179) | caicandong | 2023-07-31 | 1 | -1/+1 |
* | Implement auto-cancellation of concurrent jobs if the event is push (#25716) | Bo-Yi Wu | 2023-07-25 | 1 | -4/+19 |
* | Remove commit status running and warning to align GitHub (#25839) | caicandong | 2023-07-21 | 1 | -6/+2 |
* | For API attachments, use API URL (#25639) | Lunny Xiao | 2023-07-10 | 2 | -3/+3 |
* | Fix `ref` for workflows triggered by `pull_request_target` (#25743) | Zettat123 | 2023-07-07 | 1 | -4/+2 |
* | Fix content holes in Actions task logs file (#25560) | Jason Song | 2023-06-28 | 1 | -4/+12 |
* | Support `pull_request_target` event (#25229) | Zettat123 | 2023-06-26 | 1 | -8/+44 |
* | Fix `Permission` in API returned repository struct (#25388) | Jason Song | 2023-06-22 | 2 | -37/+37 |
* | Fix compatible for webhook ref type (#25195) | Lunny Xiao | 2023-06-13 | 1 | -2/+2 |
* | Add `WithPullRequest` for `actionsNotifier` (#25144) | Zettat123 | 2023-06-11 | 1 | -0/+7 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 1 | -2/+6 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 2 | -19/+17 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 2 | -7/+6 |
* | Handle canceled workflow as a warning instead of a fail (#24282) | Jason Song | 2023-04-23 | 1 | -1/+3 |
* | Support triggering workflows by wiki related events (#24119) | Zettat123 | 2023-04-17 | 1 | -0/+35 |
* | Use actions job link as commit status URL instead of run link (#24023) | Jason Song | 2023-04-10 | 1 | -1/+20 |
* | Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) | sillyguodong | 2023-04-07 | 2 | -5/+5 |
* | Actions: Use default branch as ref when a branch/tag delete occurs (#23910) | Brad Nabholz | 2023-04-06 | 1 | -0/+5 |
* | Treat PRs with agit flow as fork PRs when triggering actions. (#23884) | Jason Song | 2023-04-06 | 1 | -1/+16 |
* | Refactor commit status for Actions jobs (#23786) | Jason Song | 2023-03-29 | 4 | -55/+67 |
* | Create commit status when event is `pull_request_sync` (#23683) | sillyguodong | 2023-03-24 | 1 | -1/+1 |
* | Fix incorrect `HookEventType` of pull request review comments (#23650) | Zettat123 | 2023-03-24 | 1 | -1/+1 |
* | Fix missing commit status in PR which from forked repo (#23351) | sillyguodong | 2023-03-13 | 1 | -23/+48 |
* | Avoid panic caused by broken payload when creating commit status (#23216) | Jason Song | 2023-03-04 | 3 | -6/+29 |
* | Require approval to run actions for fork pull request (#22803) | Jason Song | 2023-02-24 | 1 | -2/+46 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 2 | -26/+26 |
* | Fix improper HTMLURL usages in Go code (#22839) | wxiaoguang | 2023-02-11 | 1 | -1/+1 |
* | Add more events details supports for actions (#22680) | Lunny Xiao | 2023-02-01 | 1 | -1/+1 |
* | Fix ref to trigger Actions (#22679) | Jason Song | 2023-01-31 | 1 | -3/+10 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 7 | -0/+1181 |