mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 06:03:09 +00:00
Add default Claude action
This commit is contained in:
parent
79c1e7ae55
commit
51fc6cecaa
19
.github/workflows/claude-code.yml
vendored
Normal file
19
.github/workflows/claude-code.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
name: Claude Code Review
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
claude:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: anthropics/claude-code-action@beta
|
||||
with:
|
||||
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
experimental_allowed_domains: |
|
||||
.github.com
|
||||
.githubusercontent.com
|
||||
Loading…
x
Reference in New Issue
Block a user