Skip to content

Commit c440901

Browse files
verify cherry-picks
1 parent 6066c70 commit c440901

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
script:
1111
required: false
1212
default: "npm run all"
13+
mode:
14+
description: "Run mode: cherry-pick or verify"
15+
required: false
16+
default: "cherry-pick"
1317
pull_request:
1418
types: [opened, synchronize, labeled]
1519

@@ -27,3 +31,5 @@ jobs:
2731
repo-name: "mise-action"
2832
base_branch: ${{ inputs.base_branch }}
2933
script: ${{ inputs.script }}
34+
mode: ${{ github.event_name == 'pull_request' && github.event.label.name == 'review-required' && 'verify' || '' }}
35+

0 commit comments

Comments
 (0)