From d5c3be3948c551dfbee26319c9e4ce9de89debbb Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 6 Apr 2021 19:50:36 +0200 Subject: [PATCH] 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 --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 06fda213331..12701a1822f 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -16,4 +16,4 @@ jobs: uses: zephyrproject-rtos/action-backport@v1.1.1-1 with: github_token: ${{ secrets.ZB_GITHUB_TOKEN }} - issue_labels: bug, backport + issue_labels: backport