workflows/backport: fix conditional (#404157)

authored by Wolfgang Walther and committed by GitHub 43f72608 a419df07

+1 -1
+1 -1
.github/workflows/backport.yml
··· 14 jobs: 15 backport: 16 name: Backport Pull Request 17 - if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.pull_request.action != 'labeled' || startsWith(github.event.label.name, 'backport')) 18 runs-on: ubuntu-24.04 19 steps: 20 # Use a GitHub App to create the PR so that CI gets triggered
··· 14 jobs: 15 backport: 16 name: Backport Pull Request 17 + if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true && (github.event.action != 'labeled' || startsWith(github.event.label.name, 'backport')) 18 runs-on: ubuntu-24.04 19 steps: 20 # Use a GitHub App to create the PR so that CI gets triggered