fix: Continue if the claude action fails
All checks were successful
Release / Release (push) Successful in 1m29s
All checks were successful
Release / Release (push) Successful in 1m29s
This commit is contained in:
parent
d4902aada7
commit
23487ee91f
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ runs:
|
|||
|
||||
- name: Claude PR Review
|
||||
if: steps.check-renovate.outputs.author != 'Renovate Bot'
|
||||
continue-on-error: true
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ inputs.ANTHROPIC_API_KEY }}
|
||||
PR_NUMBER: ${{ github.event.number }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue