From 8cde0090d48dd37fc329eb0a830a8646fee14cb0 Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Fri, 26 May 2023 13:52:22 +0000 Subject: [PATCH] - wrong template for ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55d61b4..81026a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: configurationJson: | { "template": "#{{CHANGELOG}}", - "pr_template": "PR: #${{NUMBER}}", + "pr_template": "PR: ##{{NUMBER}}", "categories": [ { "title": "## Everything",