Open
Description
Feature Description
To make the gitea action runners even more useful, being able to interact with them though API would be great.
Here is small list of things that would help me in my use cases:
Repository:
- Get last action runner result (success/failure)
- Get all results (like in web ui overview)
- Get logs for a job
https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#download-workflow-run-logs - Get all workflows
- Re-run a workflow
- Disable workflow
- Enable workflow
Screenshots
No response