rapidstack/PR Label Semver Action
Generates a semver change by looking at set labels on a PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| default-bump | For non pull requests (i.e.: workflow_dispatch), the default bump to apply to the version. | no | — |
| prerelease-prefix | The 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-prefix | Prefix 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-token | GitHub token to use for operations. | no | ${{ github.token }} |
Outputs
no outputs