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 5f2efaf commit 10772ebCopy full SHA for 10772eb
.github/workflows/lgtm.yml
@@ -40,13 +40,8 @@ jobs:
40
ref: refs/pull/${{ github.event.issue.number }}/merge
41
42
- name: Run LGTM Review
43
- run: |
44
- docker run --rm \
45
- -v "${{ github.workspace }}:/workspace" \
46
- -w /workspace \
47
- elementsinteractive/lgtm-ai \
48
- review \
49
- --git-api-key "${{ secrets.GITHUB_TOKEN }}" \
50
- --ai-api-key "${{ secrets.AI_API_TOKEN }}" \
51
- -vv \
52
- "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}"
+ uses: elementsinteractive/lgtm-ai-action@v1
+ with:
+ ai-api-key: ${{ secrets.AI_API_TOKEN }}
+ git-api-key: ${{ secrets.GITHUB_TOKEN }}
+ pr-number: ${{ github.event.issue.number }}
0 commit comments