From 5ae8948b6f3618f749381995e0b5f4eacf27d7f9 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Mon, 9 Dec 2024 17:14:47 +0100 Subject: [PATCH] fix(backport): more than one backport tag is allowed --- .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 6639b526fb9..cc44dfc3bc2 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -25,7 +25,7 @@ jobs: with: allow_failure: true prefix_mode: true - one_of: ${{ env.BACKPORT_LABEL_PREFIX}} + any_of: ${{ env.BACKPORT_LABEL_PREFIX}} none_of: ${{ env.BACKPORT_LABEL_IGNORE}} repo_token: ${{ secrets.GITHUB_TOKEN }}