We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7592c91 + 7e4d2fb commit 20f2294Copy full SHA for 20f2294
.github/workflows/lgtm.yml
@@ -19,9 +19,10 @@ jobs:
19
- name: Run LGTM Review
20
run: |
21
docker run --rm elementsinteractive/lgtm-ai \
22
- lgtm review --pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
23
- --git-api-key "${{ secrets.GITHUB_TOKEN }}" \
24
- --ai-api-key "${{ secrets.AI_API_TOKEN }}" \
25
- --model "gemini-2.5-pro-preview-05-06" \
26
- --publish
27
- -vv
+ review \
+ --pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
+ --git-api-key "${{ secrets.GITHUB_TOKEN }}" \
+ --ai-api-key "${{ secrets.AI_API_TOKEN }}" \
+ --model "gemini-2.5-pro-preview-05-06" \
+ --publish \
28
+ -vv
0 commit comments