actions-marketplace-validations/PR Commit Body Action

GitHub action to add commit history to PR body.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENSecret GitHub API token to use for making API requests.yes${{ github.token }}
CHANGE_TEMPLATEMerge item templateno* ${TITLE} (#${NUMBER}) @${AUTHOR}
COMMIT_TEMPLATECommit templateno* ${MESSAGE} (${COMMITS})
CHILD_COMMIT_TEMPLATEChild commit templateno * ${MESSAGE}
BREAKING_CHANGE_TEMPLATEBreaking change templateno* ${MESSAGE}
MAX_COMMITSMax number to show commitsno5
TEMPLATETemplateyes${MERGES} ${COMMITS} ${BREAKING_CHANGES}
COMMIT_TYPESTypesyesfeat, fix, build, ci, docs, style, perf, refactor, test, chore
EXCLUDE_MESSAGESExclude messagesno
BREAKING_CHANGE_NOTESBreaking change notesnoBREAKING CHANGE
TITLETitleno
NO_ITEMSMessage to show if there are no itemsno
LINK_ISSUE_KEYWORDA keyword linking a pull request to issue.no
FILTER_PRWhether to filter pull requests by semantic message rule.no

no outputs