vendic/github-add-changelog-action
Extract changelog entries and add to CHANGELOG.md
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| local_changelog_file_path | The path to the local changelog file, we'll use this path instead of the remote file if it's set. | no | — |
| token | Your Github token | yes | — |
| committer_username | The username (not display name) of the committer that will be used in the commit of changes in the workflow file in specific repository. In the format `web-flow`. | no | web-flow |
| committer_email | The email of the committer that will be used in the commit of changes in the workflow file in specific repository. In the format `noreply@github.com`. | no | noreply@github.com |
| owner | The owner of the repository | yes | — |
| repo | The repository name | yes | — |
| pr_number | The number of the pull request | yes | — |
| commit_message | The commit message | no | Add changelog entry |
Outputs
no outputs