Skip to content

Commit cdc95a2

Browse files
authored
feat: update auto_cherry_pick.yml
1 parent aa7c472 commit cdc95a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
description: "Base branch to create the PR against"
88
required: true
99
default: "main"
10+
mode:
11+
description: "Run mode: cherry-pick or verify"
12+
required: false
13+
default: "cherry-pick"
1014
pull_request:
1115
types: [opened, synchronize, labeled]
1216

0 commit comments

Comments
 (0)