Implement enabling and disabling of project in Gitlab runner
Feature Description
For shared runners, it would be great to have a logic how to enable/disable that runner for the particular project.
My idea is to create new resource, gitlab_runner_project_association, calling POST /projects/:id/runners and DELETE /projects/:id/runners/:runner_id REST API endpoints.
Do you want to implement this?
-
I would like to implement this myself 👷
Implementation Guide
A resource should be implemented using the APIs:
Edited by Timo Furrer