technote-space/PR Commit Body Action
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 }} |
| CHANGE_TEMPLATE | Merge item template | no | * ${TITLE} (#${NUMBER}) @${AUTHOR} |
| COMMIT_TEMPLATE | Commit template | no | * ${MESSAGE} (${COMMITS}) |
| CHILD_COMMIT_TEMPLATE | Child commit template | no | * ${MESSAGE} |
| BREAKING_CHANGE_TEMPLATE | Breaking change template | no | * ${MESSAGE} |
| MAX_COMMITS | Max number to show commits | no | 5 |
| TEMPLATE | Template | yes | ${MERGES} ${COMMITS} ${BREAKING_CHANGES} |
| COMMIT_TYPES | Types | yes | feat, fix, build, ci, docs, style, perf, refactor, test, chore |
| EXCLUDE_MESSAGES | Exclude messages | no | — |
| BREAKING_CHANGE_NOTES | Breaking change notes | no | BREAKING CHANGE |
| TITLE | Title | no | — |
| NO_ITEMS | Message to show if there are no items | no | — |
| LINK_ISSUE_KEYWORD | A keyword linking a pull request to issue. | no | — |
| FILTER_PR | Whether to filter pull requests by semantic message rule. | no | — |
Outputs
no outputs