zama-ai / slab-github-runner

GitHub action to create self-hosted runner on a distant machine using Slab
MIT License
0 stars 0 forks source link

feat!: unregister runner using its unique id #39

Open soonum opened 2 weeks ago

soonum commented 2 weeks ago

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.