shapehq / tartelet

⚙️💻 A macOS app that makes it a breeze to manage multiple GitHub Actions runners in ephemeral virtual machines on a single host machine. The benefits are that runners can run in parallel, and each job runs in an isolated environment.
MIT License
510 stars 17 forks source link

Add possibility to configure a runner group #44

Closed xavierLowmiller closed 1 year ago

xavierLowmiller commented 1 year ago

In our organization, we need to manage access to our runners using Github's runner groups feature.

I noticed that the config.sh script invocation already sets the --runnergroup option required to do this, but there's no place in the UI to set it, so I created it!

Screenshot 2023-08-17 at 16 40 25

Please let me know if you have any feedback!

simonbs commented 1 year ago

Looks great! Thanks a lot for adding this! 🙏

xavierLowmiller commented 1 year ago

Thanks for merging so quickly!