From 8628f56152ab8c75238ead7bc9a909e957674a54 Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Fri, 3 Mar 2023 11:13:19 +0100 Subject: [PATCH] [BXMSPROD-1976] enable backporting from all branches (#82) --- .github/workflows/pr-backporting.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr-backporting.yml b/.github/workflows/pr-backporting.yml index e028a852b..c4b93fde9 100644 --- a/.github/workflows/pr-backporting.yml +++ b/.github/workflows/pr-backporting.yml @@ -3,9 +3,6 @@ name: Pull Request Backporting on: pull_request_target: types: [closed, labeled] - branches: - - main - env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -32,7 +29,7 @@ jobs: strategy: matrix: target-branch: ${{ fromJSON(needs.compute-targets.outputs.target-branches) }} - fail-fast: true + fail-fast: false env: REVIEWERS: ${{ toJSON(github.event.pull_request.requested_reviewers) }} steps: