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 6fa0370 + aaee7d1 commit 2ceea77Copy full SHA for 2ceea77
.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: "reviewdog"
30
repo-name: "action-actionlint"
0 commit comments