File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments