Skip to content

Commit 09a4201

Browse files
Update auto_cherry_pick.yml
1 parent b26cea3 commit 09a4201

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
repo-name: "mise-action"
3232
base_branch: ${{ inputs.base_branch }}
3333
script: ${{ inputs.script }}
34-
mode: ${{ github.event_name == 'pull_request' && github.event.label.name == 'review-required' && 'verify' || '' }}
35-
34+
mode: ${{ github.event_name == 'pull_request' && contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required') && 'verify' || '' }}

0 commit comments

Comments
 (0)