actions-marketplace-validations/Pretty-Printed Changelogs on PRs
Creates a pretty-printed changelog from the commits of a Pull Request, and adds them to the body of that pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| pull_number | The number of the PR to generate notes for. You only need to specify this if you're calling from an event other than pull_request | yes | ${{ github.event.pull_request.number }} |
| token | A GITHUB_TOKEN or Personal Access Token that is scoped to allow editing pull requests | yes | — |
| labels | A comma-delimited list of labels that should be used as headings. If none are provided, changes will be labeled as 'Improvements' | no | "" |
Outputs
no outputs