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.
Activity
lmeynberg commentedon Jun 8, 2022
That would be a duplicate of this issue https://github.com/philips-labs/terraform-aws-github-runner/issues/1714 but that has been auto-closed by inactivity as well as https://github.com/philips-labs/terraform-aws-github-runner/issues/1961
🤷
sblack4 commentedon Jun 8, 2022
I'm not sure I'm the best namer of variables but here's the implementation: https://github.com/philips-labs/terraform-aws-github-runner/pull/2123
feat: Add option to match some of the labes instead of all #2122 (#2123)
chore(release): 1.4.0 [skip ci]
chore(release): 1.12.0 [skip ci]
chore(release): 1.0.0-develop.1 [skip ci]