- add note on config format

This commit is contained in:
Mike Penz
2023-08-31 19:17:07 +00:00
committed by GitHub
parent 695b32d625
commit 0c6df6975b
+1
View File
@@ -365,6 +365,7 @@ Table of supported placeholders allowed to be used in the `pr_template` configur
| `#{{REVIEWERS}}` | GitHub Login names of specified reviewers, joined by `,`. Requires `fetchReviewers` to be enabled. | | `#{{REVIEWERS}}` | GitHub Login names of specified reviewers, joined by `,`. Requires `fetchReviewers` to be enabled. |
| `#{{APPROVERS}}` | GitHub Login names of users who approved the PR, joined by `,`. | | `#{{APPROVERS}}` | GitHub Login names of users who approved the PR, joined by `,`. |
> **Note**: `v4` updates the default placeholders format to `#{{}}`. The old format `${{}}` will be supported until v5 for backwards compatiblity.
<details><summary><b>Array Placeholders</b></summary> <details><summary><b>Array Placeholders</b></summary>
<p> <p>