Compare commits
1 Commits
077be9fbf3
...
9325cd901f
| Author | SHA1 | Date | |
|---|---|---|---|
| 9325cd901f |
@@ -2,7 +2,7 @@ name: AI Code Review
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
types: [ opened, synchronize ]
|
||||
|
||||
jobs:
|
||||
ai-review:
|
||||
@@ -21,21 +21,21 @@ jobs:
|
||||
LLM__PROVIDER: CLAUDE
|
||||
LLM__META__MODEL: claude-sonnet-4-20250514
|
||||
LLM__HTTP_CLIENT__API_URL: https://api.anthropic.com
|
||||
LLM__HTTP_CLIENT__API_TOKEN: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
LLM__HTTP_CLIENT__API_TOKEN: "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"
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run inline review
|
||||
uses: docker://nikitafilonov/ai-review:latest
|
||||
with:
|
||||
args: ai-review run-inline
|
||||
- name: Run inline review
|
||||
uses: docker://nikitafilonov/ai-review:latest
|
||||
with:
|
||||
args: ai-review run-inline
|
||||
|
||||
- name: Run summary review
|
||||
uses: docker://nikitafilonov/ai-review:latest
|
||||
with:
|
||||
args: ai-review run-summary
|
||||
- name: Run summary review
|
||||
uses: docker://nikitafilonov/ai-review:latest
|
||||
with:
|
||||
args: ai-review run-summary
|
||||
|
||||
Reference in New Issue
Block a user