AI-review #6

Merged
gitea_admin merged 12 commits from feature/ai-review into main 2026-04-21 08:20:41 +00:00
Showing only changes of commit 3d6eadf128 - Show all commits

View File

@@ -7,8 +7,6 @@ on:
jobs:
ai-review:
runs-on: ubuntu-latest
container:
image: nikitafilonov/ai-review:latest
env:
AI_REVIEW_CONFIG_FILE_YAML: ./shared-prompts/iac/.ai-review.yaml
Review

The config file path references a directory that may not exist in all repositories.

#ai-review-inline

The config file path references a directory that may not exist in all repositories. #ai-review-inline
@@ -30,6 +28,11 @@ jobs:
submodules: true
fetch-depth: 0
- name: Install ai-review
run: |
apt-get update && apt-get install -y --no-install-recommends python3-pip
pip install xai-review --break-system-packages
- name: Run inline review
run: ai-review inline