actions: Do not set the bug label on failed backports
Failing a backport is not a bug per-se. We create a GitHub issue to be able to track the Pull Requests that failed to backport, but they should not be considered bugs. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
3fe785d4a7
commit
d5c3be3948
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
|
@ -16,4 +16,4 @@ jobs:
|
||||||
uses: zephyrproject-rtos/action-backport@v1.1.1-1
|
uses: zephyrproject-rtos/action-backport@v1.1.1-1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.ZB_GITHUB_TOKEN }}
|
github_token: ${{ secrets.ZB_GITHUB_TOKEN }}
|
||||||
issue_labels: bug, backport
|
issue_labels: backport
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue