K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Custom PR label #33

Open OJFord opened 4 years ago

OJFord commented 4 years ago

Similarly to custom tags for the resulting release (#28), it'd be nice to be able to customise the patch/minor/major PR labels that trigger it, perhaps just with optional prefix, something like:

label_prefix: 'semver/'

(default '') so that it's triggered on e.g. semver/patch.