testflows / TestFlows-GitHub-Hetzner-Runners

Autoscaling Self-Hosted GitHub Actions Runners on Hetzner Cloud.
https://testflows.com
Other
37 stars 3 forks source link

Support custom prefixes for labels. #2

Closed MyroTk closed 1 year ago

MyroTk commented 1 year ago

Instead of type-..., labels should have the option to include a prefix to the label, e.g. prefix-type-... .

vzakaznikov commented 1 year ago

Added support for --label-prefix.

 --label-prefix prefix
                        support type, image, and location job labels with the specified prefix

It only applies to type-..., in-... and image-... labels.