projectsyn/SemVer tags from PR labels

This action creates SemVer tags from PR labels

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
patch-labelLabel which indicates a patch-level SemVer bumpnobump:patch
minor-labelLabel which indicates a minor-level SemVer bumpnobump:minor
major-labelLabel which indicates a major-level SemVer bumpnobump:major
github-tokenToken to access GitHub (e.g. `$secrets.GITHUB_TOKEN`)yes${{ github.token }}
triggerWorkflow names of workflows that should be triggered when a new tag is created. Multiple workflows can be specified on separate lines.no
release-commentComment that gets posted when a tag will be pushed on mergeno🚀 Merging this PR will release `<next-version>`
released-commentComment that gets posted when a tag has been pushedno🚀 This PR has been released as [`<next-version>`](<release-url>)
unmerged-commentComment that gets posted when a labeled PR gets closed unmergednoThis PR has been closed unmerged. No new release will be created for these changes

no outputs