We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72c5263 + 0942a8c commit e538319Copy full SHA for e538319
.github/workflows/auto_cherry_pick.yml
@@ -28,7 +28,7 @@ permissions:
28
jobs:
29
cherry-pick:
30
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
+ uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
32
with:
33
original-owner: "amannn"
34
repo-name: "action-semantic-pull-request"
0 commit comments