We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d88898 + e228146 commit 86b49d0Copy full SHA for 86b49d0
.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@v1
+ uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
28
with:
29
original-owner: "google-github-actions"
30
repo-name: "auth"
0 commit comments