From bda304c4f321e416b5471107b2726a1035f6d940 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 15 Aug 2023 13:56:36 +0200 Subject: [PATCH] Fix format of labels_template --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index c532e7433d..1b3de32950 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -26,4 +26,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} title_template: "[<%= base %>] <%= title %>" - labels_template: "<%= labels %>" + labels_template: "[<%= labels %>]"