Tweak backport labels (#415)

This commit is contained in:
Michael Telatynski
2022-09-07 14:56:33 +01:00
committed by GitHub
parent 72ea78d0de
commit 5665f7fe0b

View File

@@ -25,6 +25,6 @@ jobs:
steps:
- uses: tibdex/backport@v2
with:
labels_template: "<%= JSON.stringify(labels) %>"
labels_template: "<%= JSON.stringify([...labels, 'X-Release-Blocker']) %>"
# We can't use GITHUB_TOKEN here or CI won't run on the new PR
github_token: ${{ secrets.ELEMENT_BOT_TOKEN }}