We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa7c472 + cdc95a2 commit 9a635bdCopy full SHA for 9a635bd
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