actions-marketplace-validations/that-changed
A GitHub action that generates a changelog in the PDF file format.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub personal access token. Defaults to github.token | no | ${{ github.token }} |
| language | Language of the changelog (en or de). Defaults to en | no | en |
| upload | Whether to upload the changelog as a build artifact. Defaults to true | no | true |
| repo | Repository to generate the changelog for. Defaults to the current repository (<username>/<repo>) | no | ${{ github.repository }} |
| send_email | Whether to send the changelog as an email. Defaults to false | no | false |
| smtp_host | SMTP host to send the email from. | no | — |
| smtp_port | SMTP port to send the email from. | no | — |
| smtp_username | SMTP username to send emails. | no | — |
| smtp_password | SMTP password for the SMTP user. | no | — |
| smtp_from | Email address to send the email from. | no | — |
| smtp_secure | Whether to use a secure connection to send the email. Defaults to false | no | false |
| email_to | Email address to send the email to. (Semicolon separated list) | no | — |
| issue_tracker_url | The URL template of your issue tracker. | no | "" |
Outputs
no outputs