Skip to content

Commit 37fbe38

Browse files
committed
change label
1 parent 9df111b commit 37fbe38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cherry-pick-to-release-branch.yml

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

88
jobs:
99
release_pull_request:
10-
if: "contains(github.event.pull_request.labels.*.name, 'release-v1.0') && github.event.pull_request.merged == true"
10+
if: "contains(github.event.pull_request.labels.*.name, 'need-cherry-pick-v0.19') && github.event.pull_request.merged == true"
1111
runs-on: ubuntu-latest
1212
name: release_pull_request
1313
steps:

0 commit comments

Comments
 (0)