File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434 github.event_name == 'workflow_dispatch' ||
3535 contains(fromJson(toJson(github.event.pull_request.labels)).*.name,
3636 ' review-required' )
37- uses : step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
37+ uses : step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
3838 with :
3939 original-owner : ' jkroepke'
4040 repo-name : ' setup-vals'
Original file line number Diff line number Diff line change 66
77jobs :
88 code-review :
9- uses : step-security/reusable-workflows/.github/workflows/claude_review.yml@fix_Verify_cherry_pick-Logic
9+ uses : step-security/reusable-workflows/.github/workflows/claude_review.yml@v1
1010 secrets :
1111 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
1212
You can’t perform that action at this time.
0 commit comments