| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated stuff for runners (#30930) (#30931) | Giteabot | 2024-05-10 | 2 | -19/+0 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 1 | -2/+2 |
* | Check the token's owner and repository when registering a runner (#30406) | Zettat123 | 2024-04-11 | 1 | -0/+14 |
* | Upgrade Go 1.22 and upgrade dependency (#29869) | wxiaoguang | 2024-03-17 | 2 | -5/+3 |
* | Make runs-on support variable expression (#29468) | sillyguodong | 2024-03-08 | 1 | -68/+12 |
* | Add artifacts v4 jwt to job message and accept it (#28885) | ChristopherHX | 2024-02-02 | 1 | -0/+6 |
* | Added instance-level variables (#28115) | Jean-Baptiste Gomond | 2023-12-25 | 1 | -2/+8 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -5/+6 |
* | Redefine the meaning of column is_active to make Actions Registration Token g... | Lunny Xiao | 2023-09-27 | 1 | -3/+3 |
* | Add a new column schedule_id for action_run to track (#26975) | Lunny Xiao | 2023-09-08 | 1 | -1/+7 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -5/+3 |
* | Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) | js6pak | 2023-08-29 | 1 | -8/+5 |
* | Reduce unnecessary DB queries for Actions tasks (#25199) | sillyguodong | 2023-07-24 | 1 | -7/+26 |
* | Fix `ref` for workflows triggered by `pull_request_target` (#25743) | Zettat123 | 2023-07-07 | 1 | -3/+13 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) | Jason Song | 2023-06-30 | 1 | -1/+1 |
* | Support `pull_request_target` event (#25229) | Zettat123 | 2023-06-26 | 1 | -2/+13 |
* | Support configuration variables on Gitea Actions (#24724) | sillyguodong | 2023-06-20 | 1 | -0/+24 |
* | Fix incorrect actions ref_name (#25358) | Daniel Wolf | 2023-06-19 | 1 | -1/+1 |
* | Support changing labels of Actions runner without re-registration (#24806) | sillyguodong | 2023-06-13 | 2 | -21/+53 |
* | Fix compatible for webhook ref type (#25195) | Lunny Xiao | 2023-06-13 | 1 | -2/+2 |
* | Fix ref type error (#24941) | Lunny Xiao | 2023-05-26 | 1 | -2/+5 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -8/+2 |
* | Improve updating Actions tasks (#24600) | Jason Song | 2023-05-10 | 1 | -22/+1 |
* | Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356) | ChristopherHX | 2023-04-28 | 1 | -5/+20 |
* | Support upload `outputs` and use `needs` context on Actions (#24230) | Jason Song | 2023-04-22 | 2 | -1/+81 |
* | Set `ref` to fully-formed of the tag when trigger event is `release` (#23944) | sillyguodong | 2023-04-07 | 1 | -1/+2 |
* | Refactor commit status for Actions jobs (#23786) | Jason Song | 2023-03-29 | 2 | -4/+4 |
* | Display the version of runner in the runner list (#23490) | sillyguodong | 2023-03-19 | 1 | -2/+15 |
* | Avoid panic caused by broken payload when creating commit status (#23216) | Jason Song | 2023-03-04 | 1 | -1/+1 |
* | Fix grammar in error message (#23273) | ChristianSch | 2023-03-03 | 1 | -1/+1 |
* | Avoid too long names for actions (#23162) | Jason Song | 2023-02-28 | 1 | -1/+3 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 3 | -0/+422 |