We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba2730 commit 055af93Copy full SHA for 055af93
.github/workflows/backport.yml
@@ -25,6 +25,6 @@ jobs:
25
steps:
26
- uses: tibdex/backport@v2
27
with:
28
- labels_template: "[<%= labels %>]"
+ labels_template: "<%= JSON.stringify(labels) %>"
29
# We can't use GITHUB_TOKEN here or CI won't run on the new PR
30
github_token: ${{ secrets.ELEMENT_BOT_TOKEN }}
0 commit comments