Skip to content

Commit 843a366

Browse files
committed
ci: provided node version as input for auto cherry pick
1 parent e538319 commit 843a366

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ on:
1515
description: "Specify package manager if available (npm or yarn)"
1616
required: false
1717
default: "yarn"
18+
node_version:
19+
description: "Specify Node.js version"
20+
required: false
21+
type: string
22+
default: "20"
23+
1824

1925
pull_request:
2026
types: [labeled, opened, synchronize]
@@ -35,4 +41,5 @@ jobs:
3541
base_branch: ${{ inputs.base_branch }}
3642
script: ${{ inputs.script }}
3743
package_manager: ${{ inputs.package_manager }}
44+
node_version: ${{ inputs.node_version }}
3845
mode: ${{ github.event_name == 'pull_request' && 'verify' || inputs.mode }}

0 commit comments

Comments
 (0)