File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515 description : " Specify package manager if available (npm or yarn)"
1616 required : false
1717 default : " yarn"
18-
1918
2019permissions :
2120 contents : write
@@ -25,10 +24,12 @@ permissions:
2524
2625jobs :
2726 cherry-pick :
27+ if : github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
2828 uses : step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
2929 with :
3030 original-owner : " amannn"
31- repo-name : " action-semantic-pull-request
31+ repo-name : " action-semantic-pull-request"
3232 base_branch : ${{ inputs.base_branch }}
3333 script : ${{ inputs.script }}
3434 package_manager : ${{ inputs.package_manager }}
35+ mode : ${{ github.event_name == 'pull_request' && 'verify' || inputs.mode }}
You can’t perform that action at this time.
0 commit comments