| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable addtional linters (#34085) | TheFox0x7 | 5 days | 4 | -9/+13 |
* | Enable testifylint rules (#34075) | TheFox0x7 | 6 days | 1 | -2/+2 |
* | Added Description Field for Secrets and Variables (#33526) | John Smith | 2025-03-17 | 1 | -3/+3 |
* | Refactor functions to reduce repopath expose (#33892) | Lunny Xiao | 2025-03-16 | 1 | -2/+2 |
* | Feature: Ephemeral action runners (#33570) | ChristopherHX | 2025-03-14 | 2 | -1/+46 |
* | Add workflow_job webhook (#33694) | ChristopherHX | 2025-03-11 | 6 | -3/+45 |
* | Fix auto concurrency cancellation skips commit status updates (#33764) | ChristopherHX | 2025-03-10 | 4 | -6/+26 |
* | Refactor error system (#33771) | wxiaoguang | 2025-03-03 | 1 | -5/+5 |
* | Use test context in tests and new loop system in benchmarks (#33648) | TheFox0x7 | 2025-02-20 | 1 | -2/+1 |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 1 | -1/+1 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 1 | -2/+2 |
* | Add a transaction to `pickTask` (#33543) | Zettat123 | 2025-02-12 | 1 | -0/+107 |
* | Enhance routers for the Actions variable operations (#33547) | Jason Song | 2025-02-11 | 1 | -9/+6 |
* | Feature: Support workflow event dispatch via API (#33545) | wxiaoguang | 2025-02-11 | 1 | -0/+281 |
* | Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541) | wxiaoguang | 2025-02-10 | 2 | -316/+0 |
* | Feature: Support workflow event dispatch via API (#32059) | Bence Sántha | 2025-02-10 | 2 | -0/+316 |
* | Skip deletion error for action artifacts (#33476) | wxiaoguang | 2025-02-02 | 1 | -6/+5 |
* | Refactor user & avatar (#33433) | wxiaoguang | 2025-01-30 | 1 | -1/+1 |
* | Move some Actions related functions from `routers` to `services` (#33280) | Zettat123 | 2025-01-15 | 3 | -3/+191 |
* | Refactor RefName (#33234) | wxiaoguang | 2025-01-13 | 1 | -4/+4 |
* | Update status check for all supported on.pull_request.types in Gitea (#33117) | yp05327 | 2025-01-08 | 1 | -1/+7 |
* | feat(action): issue change title notifications (#33050) | Bo-Yi Wu | 2024-12-31 | 1 | -0/+8 |
* | Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) | wxiaoguang | 2024-12-23 | 2 | -3/+128 |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -6/+6 |
* | allow the actions user to login via the jwt token (#32527) | Rowan Bohde | 2024-11-20 | 1 | -3/+8 |
* | Add new event commit status creation and webhook implementation (#27151) | Lunny Xiao | 2024-11-07 | 1 | -4/+2 |
* | Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) | Zettat123 | 2024-10-13 | 1 | -1/+9 |
* | bump to go 1.23 (#31855) | techknowlogick | 2024-09-10 | 1 | -1/+2 |
* | Fix actions notify bug (#31866) | Lunny Xiao | 2024-08-19 | 2 | -11/+16 |
* | Clear up old Actions logs (#31735) | Jason Song | 2024-08-02 | 1 | -9/+58 |
* | Move `registerActionsCleanup` to `initActionsTasks` (#31721) | Jason Song | 2024-07-30 | 1 | -2/+1 |
* | Support `pull_request_target` event for commit status (#31703) | Zettat123 | 2024-07-26 | 1 | -1/+6 |
* | Improve the handling of `jobs.<job_id>.if` (#31070) | Zettat123 | 2024-05-27 | 2 | -16/+16 |
* | feat(api): enhance Actions Secrets Management API for repository (#30656) | Bo-Yi Wu | 2024-04-26 | 1 | -0/+28 |
* | Interpolate runs-on with variables when scheduling tasks (#30640) | sillyguodong | 2024-04-23 | 1 | -1/+7 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -3/+5 |
* | Use action user as the trigger user of schedules (#30581) | yp05327 | 2024-04-20 | 1 | -2/+7 |
* | Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461) | silverwind | 2024-04-13 | 1 | -1/+1 |
* | Add commit status summary table to reduce query from commit status table (#30... | Lunny Xiao | 2024-04-12 | 1 | -12/+8 |
* | Avoid user does not exist error when detecting schedule actions when the comm... | yp05327 | 2024-04-11 | 1 | -6/+3 |
* | Fix missed doer (#30231) | Lunny Xiao | 2024-04-08 | 1 | -5/+5 |
* | Remove scheduled action tasks if the repo is archived (#30224) | Zettat123 | 2024-04-01 | 2 | -2/+7 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 1 | -0/+100 |
* | 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 |