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:
parent
dda1d7ba54
commit
153a46620c
3
.github/workflows/backport.yml
vendored
3
.github/workflows/backport.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue