AI-review #6
@@ -28,12 +28,12 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install ai-review
|
|
||||||
run: |
|
|
||||||
pip install xai-review
|
|
||||||
|
|
||||||
- name: Run inline review
|
- name: Run inline review
|
||||||
run: ai-review inline
|
uses: docker://nikitafilonov/ai-review:latest
|
||||||
|
with:
|
||||||
|
args: ai-review inline
|
||||||
|
|
||||||
- name: Run summary review
|
- name: Run summary review
|
||||||
run: ai-review summary
|
uses: docker://nikitafilonov/ai-review:latest
|
||||||
|
|
|||||||
|
with:
|
||||||
|
args: ai-review summary
|
||||||
|
|||||||
Reference in New Issue
Block a user
Using 'latest' tag for Docker images can lead to unexpected behavior; consider pinning to a specific version.
#ai-review-inline