Skip to content

Commit

Permalink
[BXMSPROD-1976] enable backporting from all branches (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr authored Mar 3, 2023
1 parent a751e00 commit 8628f56
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-backporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Pull Request Backporting
on:
pull_request_target:
types: [closed, labeled]
branches:
- main

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -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:
Expand Down

0 comments on commit 8628f56

Please sign in to comment.