Expand description
CI runners surface — list / show / remove / reset-token / pause / resume.
GitLab exposes all six operations on shared/group/project runners.
GitHub Actions exposes only list/show/remove on self-hosted runners
(gating is done via labels, and self-hosted tokens are rotated
manually on the runner host). Other platforms aren’t covered here
yet — calling get_runner_client on them returns Unsupported.