Skip to content

Commit

Permalink
Update auto_cherry_pick.yml (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
xigongdaEricyang authored Jan 18, 2023
1 parent 0945599 commit b0be48d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Auto Cherry Pick
on:
workflow_dispatch:
inputs:
pr_label:
description: "Cherry pick label such as 'cherry-pick-v3.2'"
branch_from:
description: "which branch you want to cherry pick, eg: v3.1.0"
required: true

defaults:
Expand Down Expand Up @@ -33,6 +33,6 @@ jobs:
uses: xigongdaEricyang/cherry-pick-robot@for-doc
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
pr_label: ${{ github.event.inputs.pr_label }}
from_branch: ${{ github.event.inputs.branch_from }}
#pr_num: ${{ github.event.pull_request.number }}
auto_merge: false

0 comments on commit b0be48d

Please sign in to comment.