emmyoop/Automated Changelog Generation for changie
Generate a changelog yaml file in a format expected by changie for bot driven PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Token to use to commit the file. If you use the GITHUB_TOKEN this commit will not retrigger workflows. Use a PAT to cause the commit to re-trigger workflows. | yes | — |
| commit_author_name | Author name for the commit | yes | — |
| commit_author_email | Author email for the commit | yes | — |
| commit_message | Message to put on commit of new changelog file | no | Add automated changelog yaml from template |
| changie_kind | Type of changelog file | yes | — |
| label | GitHub label to trigger off of | yes | — |
| custom_changelog_string | The multi-line string containing the expected contents of the custom fields for a changelog entry. | no | — |
Outputs
no outputs