Skip to content

Commit aaee7d1

Browse files
Update auto_cherry_pick.yml
1 parent 6fa0370 commit aaee7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
jobs:
2525
cherry-pick:
2626
if: github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
27-
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
27+
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
2828
with:
2929
original-owner: "reviewdog"
3030
repo-name: "action-actionlint"

0 commit comments

Comments
 (0)