We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54a8c6 commit 7304aabCopy full SHA for 7304aab
.github/workflows/auto_cherry_pick.yml
@@ -27,7 +27,7 @@ permissions:
27
jobs:
28
cherry-pick:
29
if: github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
30
- 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@0d860ba5d2eec2d2934985dabebd21f9b6c5cef0
31
with:
32
original-owner: "jdx"
33
repo-name: "mise-action"
0 commit comments