AI-review #6
@@ -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
|
||||
|
|
||||
@@ -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
|
||||
|
gitea_admin
commented
Using 'latest' tag for Docker images can lead to unexpected behavior; consider pinning to a specific version. #ai-review-inline Using 'latest' tag for Docker images can lead to unexpected behavior; consider pinning to a specific version.
```suggestion
uses: docker://nikitafilonov/ai-review:v1.0.0
```
#ai-review-inline
|
||||
|
||||
|
||||
Reference in New Issue
Block a user
The config file path references a directory that may not exist in all repositories.
#ai-review-inline