0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-07 09:51:06 +01:00
gitea/services
Nicolas 054eb6d8a5
feat: Add Actions API rerun endpoints for runs and jobs (#36768)
This PR adds official REST API endpoints to rerun Gitea Actions workflow
runs and individual jobs:

* POST /api/v1/repos/{owner}/{repo}/actions/runs/{run}/rerun
* POST /api/v1/repos/{owner}/{repo}/actions/runs/{run}/jobs/{job_id}/rerun

It reuses the existing rerun behavior from the web UI and exposes it
through stable API routes.

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2026-03-02 21:34:06 +00:00
..
2026-02-22 08:01:43 +01:00
2026-02-27 12:38:44 +00:00
2026-02-28 11:23:20 -08:00
2026-01-31 22:01:08 -08:00
2026-02-28 11:23:20 -08:00
2026-02-28 11:23:20 -08:00
2026-02-28 11:23:20 -08:00
2025-10-19 00:37:50 +08:00