bcoe/conventional-release-labels
automatically adds labels to pull requests based on Conventional Commits. Works with GitHub automated releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for applying labels, defaults to using secrets.GITHUB_TOKEN | no | ${{ github.token }} |
| type_labels | what labels to apply to different conventional commit types | no | {"feat": "feature", "fix": "fix", "breaking": "breaking"} |
| ignored_types | Conventional Commit types that should have ignore_label applied | no | ["chore"] |
| ignore_label | label to apply for ignored commits | no | ignore-for-release |
Outputs
no outputs