mauroalderete/Assign Labels From Conventional Commits
Assign labels to pull-request parsing conventional commits standard
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The Github token. | yes | — |
| conventional-commits | String with the YAML object or path to file YAML that contains a list with conventional commits and the labels matching that must be assigned | yes | — |
| pull-request-number | The pull request's number where labels will be assigned | no | 0 |
| maintain-labels-not-matched | You should keep the conventional commit tags assigned to the pull-request, even though they are no longer referenced within commits. | no | false |
| apply-changes | Should will be executing the action and save any change to the repository. | no | true |
Outputs
| name | description |
|---|---|
| labels-previous | List of the labels assigned before the updating |
| labels-assigned | List of the labels added |
| labels-removed | List of the labels removed |
| labels-next | List of the labels assigned after the updating |
| action-status | Execution status of the action |
| action-message | Message associated to the current status of the action |