Match PR Label
ActionsTags
(1)This action locates one of a given list of labels in the labels active on the workflow PR. You can use this to change what actions run when a PR merges, for instance.
Required The labels to look for. Separate via commas or newlines (using a block string).
The one label from the allowed
list that was located. The action will fail if no labels matched or more than one was found.
uses: zwaldowski/match-label-action@v1
with:
allowed: >
major
minor
patch
Match PR Label is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.