projectsyn/SemVer tags from PR labels
This action creates SemVer tags from PR labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| patch-label | Label which indicates a patch-level SemVer bump | no | bump:patch |
| minor-label | Label which indicates a minor-level SemVer bump | no | bump:minor |
| major-label | Label which indicates a major-level SemVer bump | no | bump:major |
| github-token | Token to access GitHub (e.g. `$secrets.GITHUB_TOKEN`) | yes | ${{ github.token }} |
| trigger | Workflow names of workflows that should be triggered when a new tag is created. Multiple workflows can be specified on separate lines. | no | — |
| release-comment | Comment that gets posted when a tag will be pushed on merge | no | 🚀 Merging this PR will release `<next-version>` |
| released-comment | Comment that gets posted when a tag has been pushed | no | 🚀 This PR has been released as [`<next-version>`](<release-url>) |
| unmerged-comment | Comment that gets posted when a labeled PR gets closed unmerged | no | This PR has been closed unmerged. No new release will be created for these changes |
Outputs
no outputs