Skip to content

Commit

Permalink
Remove conditions for backport
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 18, 2023
1 parent 62f162c commit a254a23
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a254a23

Please sign in to comment.