We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ae84d7 + 00b941f commit b6dd865Copy full SHA for b6dd865
1 file changed
.github/workflows/auto_cherry_pick.yml
@@ -24,7 +24,7 @@ permissions:
24
jobs:
25
cherry-pick:
26
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@feature/verify-cherry-pick
+ uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
28
with:
29
original-owner: "mlugg"
30
repo-name: "setup-zig"
0 commit comments