From 0c6df6975b9292399ba8f3fdb68af6961bf9bb3c Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Thu, 31 Aug 2023 19:17:07 +0000 Subject: [PATCH] - add note on config format --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b975791..17ffc1b 100644 --- a/README.md +++ b/README.md @@ -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. | | `#{{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.
Array Placeholders