From a254a23ac7f269f1ada72440425b0458c5e01e31 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Fri, 18 Aug 2023 14:06:40 +0200 Subject: [PATCH] Remove conditions for backport --- .github/workflows/backport.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index d7ee6a4..9d9b43c 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -8,11 +8,6 @@ jobs: runs-on: ubuntu-latest if: | github.event.pull_request.merged == true - && contains(github.event.pull_request.labels.*.name, 'auto-backport') - && ( - (github.event.action == 'labeled' && github.event.label.name == 'auto-backport') - || (github.event.action == 'closed') - ) steps: - name: Backport Action uses: sqren/backport-github-action@v8.9.3