Skip to content

Commit 9e1266f

Browse files
committed
meta-tags, readme upd.
1 parent c66c4a7 commit 9e1266f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with: { python-version: "3.13" }
4444
- name: Install AI Code Review tool
4545
run: pip install ai-code-review==0.4.1
46-
- name: Run AI code review
46+
- name: Run AI code analysis
4747
env:
4848
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
4949
LLM_API_TYPE: openai
@@ -65,7 +65,7 @@ jobs:
6565
💪 Done!
6666
PRs to your repository will now receive AI code reviews automatically. ✨
6767

68-
### 2. Run Locally
68+
### 2. Run Code Analysis Locally
6969

7070
Install and run:
7171

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "ai-code-review"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
description = "LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions"
55
authors = ["Nayjest <mail@vitaliy.in>"]
66
readme = "README.md"
77
license = "MIT"
88
homepage = "https://github.com/Nayjest/github-ai-code-review"
99
repository = "https://github.com/Nayjest/github-ai-code-review"
10-
keywords = ["ai", "coding", "assistant", "llm", "code review", "github", "automation", "devops", "developer tools", "github actions", "workflows"]
10+
keywords = ["static code analysis", "code review", "code quality", "ai", "coding", "assistant", "llm", "github", "automation", "devops", "developer tools", "github actions", "workflows", "git"]
1111
classifiers = [
1212
"Environment :: Console",
1313
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)