actions-marketplace-validations/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
Stalelast commit Nov 15, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/netcreaties_has-one-of-label@89d57eed0d0da3555ca998555bdd12121cfb5bf5 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

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