actions-marketplace-validations/PR Timeline Commitizen Commits List
GitHub action to add commit history to PR body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Secret GitHub API token to use for making API requests | yes | ${{ github.token }} |
| owner | The name of the owner of the github repository | yes | — |
| repo | The name of the github repository | yes | — |
| pull_number | The pull request number | yes | — |
| update_body | Update PR body with output | no | true |
Outputs
| name | description |
|---|---|
| pull-request-body | Markdown with commit history |