From 17acfb397f365d1ffe28eac561125dd31d95361a Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Sat, 17 Oct 2020 18:17:01 +0200 Subject: [PATCH] - update table with additional placeholders --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7df6b18..c9c28d3 100644 --- a/README.md +++ b/README.md @@ -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. -| **Placeholder** | **Description** | -|------------------|-------------------------------------------------------------| -| `${{NUMBER}}` | The number referencing this pull request. E.g. 13 | -| `${{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 | -| `${{AUTHOR}}` | Author creating and opening the pull request | -| `${{BODY}}` | Description/Body of the pull request as specified on GitHub | +| ****Placeholder**** | ****Description**** | +|---------------------|-------------------------------------------------------------| +| `${{NUMBER}}` | The number referencing this pull request. E.g. 13 | +| `${{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 | +| `${{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 | +| `${{ASIGNEES}}` | Login names of assigned GitHub users, joined by `,` | +| `${{REVIEWERS}}` | GitHub Login names of specified reviewers, joined by `,` | ### Template placeholders