Skip to content

Commit d54a8c6

Browse files
Update auto_cherry_pick.yml
1 parent 5dfe7bc commit d54a8c6

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,3 @@ jobs:
3434
base_branch: ${{ inputs.base_branch }}
3535
script: ${{ inputs.script }}
3636
mode: ${{ github.event_name == 'pull_request' && 'verify' || inputs.mode }}
37-
38-
39-
on:
40-
workflow_dispatch:
41-
inputs:
42-
base_branch:
43-
description: "Base branch to create the PR against"
44-
required: true
45-
default: "main"
46-
script:
47-
required: false
48-
default: "npm run all"
49-
50-
permissions:
51-
contents: write
52-
pull-requests: write
53-
packages: read
54-
issues: write
55-
56-
jobs:
57-
cherry-pick:
58-
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
59-
with:
60-
original-owner: "jdx"
61-
repo-name: "mise-action"
62-
base_branch: ${{ inputs.base_branch }}
63-
script: ${{ inputs.script }}

0 commit comments

Comments
 (0)