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 0d17540 commit 6e15993Copy full SHA for 6e15993
1 file changed
.github/workflows/lgtm.yml
@@ -46,7 +46,7 @@ jobs:
46
-w /workspace \
47
elementsinteractive/lgtm-ai \
48
review \
49
- --pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
50
--git-api-key "${{ secrets.GITHUB_TOKEN }}" \
51
--ai-api-key "${{ secrets.AI_API_TOKEN }}" \
52
- -vv
+ -vv \
+ "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}"
0 commit comments