We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7c472 commit cdc95a2Copy full SHA for cdc95a2
1 file changed
.github/workflows/auto_cherry_pick.yml
@@ -7,6 +7,10 @@ on:
7
description: "Base branch to create the PR against"
8
required: true
9
default: "main"
10
+ mode:
11
+ description: "Run mode: cherry-pick or verify"
12
+ required: false
13
+ default: "cherry-pick"
14
pull_request:
15
types: [opened, synchronize, labeled]
16
0 commit comments