rapidstack/PR Label Semver Action

Generates a semver change by looking at set labels on a PR.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
default-bumpFor non pull requests (i.e.: workflow_dispatch), the default bump to apply to the version.no
prerelease-prefixThe string to append at the end of a semver for a prerelease version. E.g.: if you set this to 'rc.', the version will be 'x.y.z-rc.{short-hash}'.no
label-prefixPrefix on PR labels that the action will act on to determine the semver bump. E.g.: value of 'sv:' will look for labels like 'SV:MAJOR', 'sv:minor', etc.no
github-tokenGitHub token to use for operations.no${{ github.token }}

no outputs