BREAKING CHANGE: runner name cannot be used anymore to remove it from GitHub platform.
A runner can be removed directly, through the REST API, using its ID. This change has been made to avoid Slab server to fetch all registered runners before being able to filter by name and finally find ID of the runner to remove.
CI will fail as long as Slab is not updated to handle stop mode with runner-id as input.
BREAKING CHANGE: runner name cannot be used anymore to remove it from GitHub platform.
A runner can be removed directly, through the REST API, using its ID. This change has been made to avoid Slab server to fetch all registered runners before being able to filter by name and finally find ID of the runner to remove.