Skip to content

Commit 2a3f079

Browse files
committed
Fix backport skip condition
1 parent 7bf34bc commit 2a3f079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
backport:
99
name: Backport PR
1010
runs-on: ubuntu-latest
11-
if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport-'))
11+
if: github.event.pull_request.merged == true && !(contains(github.event.pull_request.labels.*.name, 'backport'))
1212

1313
steps:
1414
- name: Backport

0 commit comments

Comments
 (0)