| Commit message (Expand) | Author | Age | Files | Lines |
* | Use action user as the trigger user of schedules (#30581) (#30610) | Giteabot | 2024-04-20 | 1 | -2/+7 |
* | Avoid user does not exist error when detecting schedule actions when the comm... | Giteabot | 2024-04-11 | 1 | -6/+3 |
* | Fix missed doer (#30231) (#30343) | Giteabot | 2024-04-09 | 1 | -5/+5 |
* | Fix create commit status (#30225) | Lunny Xiao | 2024-04-08 | 1 | -7/+5 |
* | Remove scheduled action tasks if the repo is archived (#30224) (#30230) | Giteabot | 2024-04-01 | 2 | -2/+7 |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 1 | -1/+1 |
* | Fix bugs in rerunning jobs (#29955) | Zettat123 | 2024-03-22 | 2 | -0/+86 |
* | Cancel previous runs of the same PR automatically (#29961) | Jason Song | 2024-03-21 | 2 | -7/+7 |
* | Fix invalid link of the commit status when ref is tag (#29752) | yp05327 | 2024-03-19 | 1 | -3/+13 |
* | add skip ci support for pull request title (#29774) | Denys Konovalov | 2024-03-14 | 1 | -3/+7 |
* | Make runs-on support variable expression (#29468) | sillyguodong | 2024-03-08 | 1 | -1/+12 |
* | Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (... | ChristopherHX | 2024-03-05 | 2 | -0/+34 |
* | Add empty repo check in `DetectAndHandleSchedules` (#29606) | yp05327 | 2024-03-05 | 1 | -0/+4 |
* | Fix workflow trigger event IssueChangeXXX bug (#29559) | yp05327 | 2024-03-03 | 1 | -2/+14 |
* | Fix workflow trigger event bugs (#29467) | Zettat123 | 2024-02-28 | 1 | -1/+7 |
* | The job should always run when `if` is `always()` (#29464) | Zettat123 | 2024-02-28 | 2 | -1/+76 |
* | Ignore empty repo for CreateRepository in action notifier (#29416) | yp05327 | 2024-02-26 | 1 | -0/+3 |
* | Improve the `issue_comment` workflow trigger event (#29277) | Zettat123 | 2024-02-22 | 2 | -27/+80 |
* | Show commit status for releases (#29149) | KN4CK3R | 2024-02-19 | 1 | -0/+3 |
* | Use general token signing secret (#29205) | wxiaoguang | 2024-02-18 | 2 | -3/+3 |
* | Fix missed edit issues event for actions (#29237) | Lunny Xiao | 2024-02-18 | 1 | -0/+41 |
* | Expire artifacts before deleting them physically (#29241) | FuXiaoHei | 2024-02-18 | 1 | -8/+8 |
* | Implement some action notifier functions (#29173) | yp05327 | 2024-02-18 | 1 | -9/+67 |
* | Artifact deletion in actions ui (#27172) | FuXiaoHei | 2024-02-18 | 1 | -1/+37 |
* | Only delete scheduled workflows when needed (#29091) | Zettat123 | 2024-02-08 | 1 | -3/+6 |
* | Add artifacts v4 jwt to job message and accept it (#28885) | ChristopherHX | 2024-02-02 | 2 | -0/+132 |
* | Fix an actions schedule bug (#28942) | Zettat123 | 2024-01-31 | 2 | -2/+42 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -1/+2 |
* | Implement `MigrateRepository` for the actions notifier (#28920) | Zettat123 | 2024-01-25 | 1 | -0/+12 |
* | Fix schedule not trigger bug because matching full ref name with short ref na... | Lunny Xiao | 2024-01-22 | 1 | -12/+16 |
* | Fix schedule tasks bugs (#28691) | Lunny Xiao | 2024-01-12 | 2 | -20/+17 |
* | fix empty ref for cron workflow runs (#28640) | Denys Konovalov | 2023-12-29 | 1 | -2/+3 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 1 | -1/+1 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 1 | -1/+6 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 3 | -6/+7 |
* | add skip ci functionality (#28075) | Denys Konovalov | 2023-11-18 | 1 | -0/+25 |
* | 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 |