We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04e0bb commit 314e95cCopy full SHA for 314e95c
.github/workflows/lgtm.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
docker run --rm elementsinteractive/lgtm-ai \
45
review \
46
- --pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
47
--git-api-key "${{ secrets.GITHUB_TOKEN }}" \
48
--ai-api-key "${{ secrets.AI_API_TOKEN }}" \
49
- -vv
+ -vv \
+ "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}"
0 commit comments