Browse Source

Instruct Claude to Use Settings file (#506)

pull/507/head
Mick Letofsky 2 weeks ago committed by GitHub
parent
commit
315f60317a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/_review-code.yml

1
.github/workflows/_review-code.yml

@ -203,6 +203,7 @@ jobs: @@ -203,6 +203,7 @@ jobs:
anthropic_api_key: ${{ steps.get-kv-secrets.outputs.ANTHROPIC-CODE-REVIEW-API-KEY }}
track_progress: true
use_sticky_comment: true
settings: ~/.claude/settings.json
prompt: |
Use bitwarden-code-reviewer agent to review the currently checked out pull request changes.
claude_args: |

Loading…
Cancel
Save