Reusable GitHub Action Workflow, for auditing Pull Request labels.
List of features...
Will fail the check if the PR does not have at least one required label.
Configurable via required-labels, as a comma-separated list.
Will fail the check if the PR has a label lacking the required corresponding SemVer-label.
Example:
bug-label requires a SemVer-label (Major/Minor/Patch).
Configurable via semver-required-labels, as a comma-separated list.
Allows customization of the SemVer-labels.
Default:
MAJOR,MINORandPATCH.
Configurable via semver-labels, as a comma-separated list.