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 4e6dbb7 commit 423112bCopy full SHA for 423112b
.github/workflows/cherry-pick.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
cherry_pick:
11
- if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'cherry-pick release-1.0')
+ if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'cherry-pick-release-1.0')
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout repository
0 commit comments