We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6ee34d + 47d15d7 commit 0cfae28Copy full SHA for 0cfae28
.github/workflows/auto_cherry_pick.yml
@@ -23,7 +23,7 @@ permissions:
23
jobs:
24
cherry-pick:
25
if: github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
26
- uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
+ uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
27
with:
28
original-owner: "planetscale"
29
repo-name: "ghcommit-action"
0 commit comments