Skip to content

Commit 423112b

Browse files
committed
fix label name per review
Signed-off-by: Aditya Gidh <[email protected]>
1 parent 4e6dbb7 commit 423112b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
cherry_pick:
11-
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'cherry-pick release-1.0')
11+
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'cherry-pick-release-1.0')
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository

0 commit comments

Comments
 (0)