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:
Carles Cufi 2021-04-06 19:50:36 +02:00 committed by Anas Nashif
commit d5c3be3948

View file

@ -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