Skip to content

Commit 052ff94

Browse files
committed
Update How to use
1 parent af31eed commit 052ff94

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

Demo.png

911 Bytes
Loading

Dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout Repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v3
3737

3838
- name: Run Gemini AI Code Reviewer
3939
uses: truongnh1992/gemini-ai-code-reviewer@latest
@@ -43,8 +43,9 @@ jobs:
4343
INPUT_EXCLUDE: "*.md,*.txt,package-lock.json,*.yml,*.yaml" # Optional: exclude patterns separated by commas
4444
```
4545
46-
4. Commit codes to your repository, and `Gemini AI Code Reviewer` will start working on your pull requests.
47-
46+
4. Commit codes to your repository, and working on your pull requests.
47+
5. When you're ready to review the PR, you can trigger the workflow by commenting `/gemini-review` in the PR.
48+
4849
## How It Works
4950

5051
This GitHub Action uses the Gemini AI API to provide code review feedback. It works by:

0 commit comments

Comments
 (0)