From 3ad4385de1c8593b39f1dea5e36d0a8a29aa4e20 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 15 Aug 2023 14:08:34 +0200 Subject: [PATCH] Actions: Remove labels_template They do not work as intended https://github.com/tibdex/backport/issues/97 --- .github/workflows/backport.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 1b3de32950..393667dbc4 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -26,4 +26,3 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} title_template: "[<%= base %>] <%= title %>" - labels_template: "[<%= labels %>]"