manchicken / octocrab

A modern, extensible GitHub API Client for Rust.
Other
0 stars 0 forks source link

DELETE /repos/{owner}/{repo}/actions/runners/{runner_id} #133

Closed manchicken closed 8 months ago

manchicken commented 9 months ago

Endpoint DELETE /repos/{owner}/{repo}/actions/runners/{runner_id} has statuses 204: Delete a self-hosted runner from a repository

manchicken commented 8 months ago

Code is src/api/actions.rs L827. This code is already covered by tests/actions_self_hosted_runners.rs.