File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 77 description : " Base branch to create the PR against"
88 required : true
99 default : " main"
10+ pull_request :
11+ types : [opened, synchronize, labeled]
1012
1113permissions :
1214 contents : write
@@ -16,8 +18,10 @@ permissions:
1618
1719jobs :
1820 cherry-pick :
19- uses : step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
21+ if : github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
22+ uses : step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
2023 with :
2124 original-owner : " planetscale"
2225 repo-name : " ghcommit-action"
2326 base_branch : ${{ inputs.base_branch }}
27+ mode : ${{ github.event_name == 'pull_request' && 'verify' || inputs.mode }}
You can’t perform that action at this time.
0 commit comments