GitHub's runner includes the ability to set labels for the runner instance. This can be useful for GitHub Actions workflows to more flexibly run on the correct VM image.
I would like the ability to specify the labels used by the Orka runner, either through a dedicated labels environment variable or some other mechanism.
Note: I would be willing to implement this, I would just need some guidance on where to start, and how to test it.