We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf34bc commit 2a3f079Copy full SHA for 2a3f079
.github/workflows/backport.yml
@@ -8,7 +8,7 @@ jobs:
8
backport:
9
name: Backport PR
10
runs-on: ubuntu-latest
11
- if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport-'))
+ if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport'))
12
13
steps:
14
- name: Backport
0 commit comments