octue/Generate pull request description
Dynamically generate the pull request description for a branch from its commit messages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pull_request_url | The GitHub API URL for the pull request to generate the release notes from. This can be obtained from the GitHub actions environment. | yes | — |
| api_token | A GitHub API token. This can be obtained from the GitHub actions environment. | yes | — |
| header | The header (including MarkDown styling) to put the release notes under. | no | # Contents |
| list_item_symbol | The MarkDown list item symbol to use for listing commit messages in the release notes. | no | - |
Outputs
| name | description |
|---|---|
| pull_request_description | The generated pull request description. |