- update table with additional placeholders

This commit is contained in:
Mike Penz
2020-10-17 18:17:01 +02:00
parent da89739163
commit 17acfb397f
+6 -2
View File
@@ -137,14 +137,18 @@ For advanced usecases additional settings can be provided to the action
Table of supported placeholders allowed to be used in the `template` configuration. Table of supported placeholders allowed to be used in the `template` configuration.
| **Placeholder** | **Description** | | ****Placeholder**** | ****Description**** |
|------------------|-------------------------------------------------------------| |---------------------|-------------------------------------------------------------|
| `${{NUMBER}}` | The number referencing this pull request. E.g. 13 | | `${{NUMBER}}` | The number referencing this pull request. E.g. 13 |
| `${{TITLE}}` | Specified title of the merged pull request | | `${{TITLE}}` | Specified title of the merged pull request |
| `${{URL}}` | Url linking to the pull request on GitHub | | `${{URL}}` | Url linking to the pull request on GitHub |
| `${{MERGED_AT}}` | The ISO time, the pull request was merged at | | `${{MERGED_AT}}` | The ISO time, the pull request was merged at |
| `${{AUTHOR}}` | Author creating and opening the pull request | | `${{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 |
| `${{BODY}}` | Description/Body of the pull request as specified on GitHub | | `${{BODY}}` | Description/Body of the pull request as specified on GitHub |
| `${{ASIGNEES}}` | Login names of assigned GitHub users, joined by `,` |
| `${{REVIEWERS}}` | GitHub Login names of specified reviewers, joined by `,` |
### Template placeholders ### Template placeholders