File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ This action can be used to perform automatic code-reviews or write reviewer guid
2222
2323``` yaml
2424- name : AI Code Review
25- uses : elementsinteractive/lgtm-ai@v1
25+ uses : elementsinteractive/lgtm-ai-action @v1
2626 with :
2727 ai-api-key : ${{ secrets.AI_API_KEY }}
2828 git-api-key : ${{ secrets.GITHUB_TOKEN }}
@@ -32,6 +32,8 @@ This action can be used to perform automatic code-reviews or write reviewer guid
3232
3333### Full Workflow Example
3434
35+ This simple workflow will perform a review whenever someone comments ` /lgtm review` in a pull request.
36+
3537` ` ` yaml
3638name: LGTM Review
3739
5355 ref: refs/pull/${{ github.event.issue.number }}/merge
5456
5557 - name: Run LGTM Review
56- uses : ./
58+ uses: elementsinteractive/lgtm-ai-action@v1
5759 with:
5860 ai-api-key: ${{ secrets.AI_API_TOKEN }}
5961 git-api-key: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments