netcreaties/HasOneOfLabel

Github action that checks if a label is set within a list of labels, if one of that list is set, get it as output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
labelsComma separated list of labels to check for, first one found is returnedyes""
optional(yes/no) Make the check optional preventing it from failing the buildnono
namedescription
foundBoolean value as string that a label has been found within specified list e.g. 'false' or 'true'
matchedThe first label that matches with one of the labels specified