actions: backport: Update to 1.1.1-1 and enable issue creation

Update the backport action to 1.1.1-1, which adds support for issue
creation when a backport fails.
In our case, label the issue with the "backport" and "bug" labels.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2021-03-25 11:49:06 +01:00 committed by Carles Cufí
parent dda1d7ba54
commit 153a46620c

View file

@ -13,6 +13,7 @@ jobs:
name: Backport
steps:
- name: Backport
uses: zephyrproject-rtos/action-backport@v1.1.99
uses: zephyrproject-rtos/action-backport@v1.1.1-1
with:
github_token: ${{ secrets.ZB_GITHUB_TOKEN }}
issue_labels: bug, backport