You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the github action has to match EVERY labelssee this function which means the github actions need to have all the labels as defined in runner_labels ("self-hosted,${var.runner_os},${var.runner_architecture},${var.runner_extra_labels}")
I would like to have the webhook function match if some of the labels are present.
Ideally, there would be a variable I could pass in to change the behavior to accommodate both use cases. Right now I achieve the same effect by manually updating the RUNNER_LABELS Environment Variable on the webhook lamda.