hc
All checks were successful
AI Code Review / ai-review (pull_request) Successful in 4s

This commit is contained in:
2026-04-21 08:47:19 +02:00
parent 077be9fbf3
commit 9325cd901f

View File

@@ -2,7 +2,7 @@ name: AI Code Review
on: on:
pull_request: pull_request:
types: [opened, synchronize] types: [ opened, synchronize ]
jobs: jobs:
ai-review: ai-review:
@@ -21,21 +21,21 @@ jobs:
LLM__PROVIDER: CLAUDE LLM__PROVIDER: CLAUDE
LLM__META__MODEL: claude-sonnet-4-20250514 LLM__META__MODEL: claude-sonnet-4-20250514
LLM__HTTP_CLIENT__API_URL: https://api.anthropic.com 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: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Run inline review - name: Run inline review
uses: docker://nikitafilonov/ai-review:latest uses: docker://nikitafilonov/ai-review:latest
with: with:
args: ai-review run-inline args: ai-review run-inline
- name: Run summary review - name: Run summary review
uses: docker://nikitafilonov/ai-review:latest uses: docker://nikitafilonov/ai-review:latest
with: with:
args: ai-review run-summary args: ai-review run-summary