Skip to content

Commit 6e15993

Browse files
authored
ci: adapt to breaking change in lgtm-ai (#315)
1 parent 0d17540 commit 6e15993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lgtm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
-w /workspace \
4747
elementsinteractive/lgtm-ai \
4848
review \
49-
--pr-url "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" \
5049
--git-api-key "${{ secrets.GITHUB_TOKEN }}" \
5150
--ai-api-key "${{ secrets.AI_API_TOKEN }}" \
52-
-vv
51+
-vv \
52+
"https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}"

0 commit comments

Comments
 (0)