- introduce new MERGE_SHA placeholder support into template for PRs (and commit SHA for commit mode)

- FIX https://github.com/mikepenz/release-changelog-builder-action/issues/552
This commit is contained in:
Mike Penz
2021-10-22 22:18:06 +02:00
parent 3466e55ab2
commit f93f67fad5
6 changed files with 30 additions and 7 deletions
+1
View File
@@ -261,6 +261,7 @@ Table of supported placeholders allowed to be used in the `pr_template` configur
| `${{TITLE}}` | Specified title of the merged pull request |
| `${{URL}}` | Url linking to the pull request on GitHub |
| `${{MERGED_AT}}` | The ISO time, the pull request was merged at |
| `${{MERGE_SHA}}` | The commit SHA, the pull request was merged with |
| `${{AUTHOR}}` | Author creating and opening the pull request |
| `${{LABELS}}` | The labels associated with this pull request, joined by `,` |
| `${{MILESTONE}}` | Milestone this PR was part of, as assigned on GitHub |