Skip to content

Commit f3d55c2

Browse files
authored
feat!: release lgtm-ai action to gh marketplace (#142)
BREAKING CHANGE
1 parent 0a476d4 commit f3d55c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
1010
[![PyPI version](https://img.shields.io/pypi/v/lgtm-ai?logo=python&logoColor=f5f5f5)](https://pypi.org/project/lgtm-ai/)
1111
[![Docker version](https://img.shields.io/docker/v/elementsinteractive/lgtm-ai?label=DockerHub&logo=docker&logoColor=f5f5f5)](https://hub.docker.com/r/elementsinteractive/lgtm-ai)
12+
[![LGTM AI Code Review Action](https://img.shields.io/badge/GitHub%20Action-LGTM%20AI%20Code%20Review-blue?logo=github&logoColor=white)](https://github.com/marketplace/actions/lgtm-ai-code-review)
1213
[![License](https://img.shields.io/github/license/elementsinteractive/lgtm-ai)](LICENSE)
1314

1415
---
@@ -355,11 +356,11 @@ lgtm-review:
355356
MR_URL: "${CI_PROJECT_URL}/-/merge_requests/${CI_MERGE_REQUEST_IID}"
356357
```
357358
358-
For GitHub, you can use the official LGTM AI GitHub Action:
359+
For GitHub, you can use the official [LGTM AI GitHub Action](https://github.com/marketplace/actions/lgtm-ai-code-review):
359360
360361
```yaml
361362
- name: AI Code Review
362-
uses: elementsinteractive/lgtm-ai@v1
363+
uses: elementsinteractive/lgtm-ai-action@v1.0.0
363364
with:
364365
ai-api-key: ${{ secrets.AI_API_KEY }}
365366
git-api-key: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)