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.
uses
1 parent c59506b commit 99a2edfCopy full SHA for 99a2edf
README.md
@@ -32,6 +32,8 @@ This action can be used to perform automatic code-reviews or write reviewer guid
32
33
### Full Workflow Example
34
35
+This simple worklfow will perform a review whenever someone comments `/lgtm review` in a pull request.
36
+
37
```yaml
38
name: LGTM Review
39
@@ -53,7 +55,7 @@ jobs:
53
55
ref: refs/pull/${{ github.event.issue.number }}/merge
54
56
57
- name: Run LGTM Review
- uses: ./
58
+ uses: elementsinteractive/lgtm-ai@v1
59
with:
60
ai-api-key: ${{ secrets.AI_API_TOKEN }}
61
git-api-key: ${{ secrets.GITHUB_TOKEN }}
0 commit comments