Skip to content

Commit 7a5f6fc

Browse files
update readme
1 parent 05aabc5 commit 7a5f6fc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/workflows/pr-review/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,13 @@ The review prompt utilize [code review extension](https://github.com/gemini-cli-
233233
- Adjust review depth and focus areas
234234

235235
3. Edit `.github/workflows/gemini-review.yml` to use the customized prompt:
236+
236237
```yml
237238
- prompt: '/code-review pr-review'
238-
+ prompt: '/gemini-review'
239+
+ prompt: '/gemini-review pr-review'
239240
```
240241
241-
3. Commit the file to your repository:
242+
4. Commit the file to your repository:
242243
```bash
243244
git add .gemini/commands/gemini-review.toml
244245
git commit -m "feat: customize PR review prompt"

0 commit comments

Comments
 (0)