Skip to content

Commit e538319

Browse files
authored
Merge pull request #129 from step-security/Raj-StepSecurity-patch-4
fix: Update auto_cherry_pick.yml
2 parents 72c5263 + 0942a8c commit e538319

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
@@ -28,7 +28,7 @@ permissions:
2828
jobs:
2929
cherry-pick:
3030
if: github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
31-
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
31+
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
3232
with:
3333
original-owner: "amannn"
3434
repo-name: "action-semantic-pull-request"

0 commit comments

Comments
 (0)