Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 2a0767c

Browse files
authored
Update README.md (#377)
<!-- This is an auto-generated comment: release notes by openai --> ### Summary by OpenAI ```markdown ### Documentation: - Updated the section title from "Install" to "Install instructions" in README.md. - Enhanced installation instructions and examples for better user understanding. ``` > 🎉 Here's to clarity, here's to light, > With updated docs, we set things right. > Instructions clear as the summer sky, > Making installations a breeze, oh my! 🚀📚 <!-- end of auto-generated comment: release notes by openai -->
1 parent 8d88e0d commit 2a0767c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ To use this tool, you need to add the provided YAML file to your repository and
4141
For more information on usage, examples, contributing, and FAQs, you can refer to the sections below.
4242

4343
- [Overview](#overview)
44-
- [Install](#install)
44+
- [Install instructions](#install-instructions)
4545
- [Conversation with OpenAI](#conversation-with-openai)
4646
- [Examples](#examples)
4747
- [Contribute](#contribute)
4848
- [FAQs](#faqs)
4949

50-
## Install
50+
## Install instructions
5151
ai-pr-reviewer runs as a GitHub Action.
5252
Add the below file to your repository at
5353
`.github/workflows/openai-pr-reviewer.yml`
@@ -75,7 +75,7 @@ jobs:
7575
review:
7676
runs-on: ubuntu-latest
7777
steps:
78-
- uses: fluxninja/openai-pr-reviewer@latest
78+
- uses: coderabbitai/ai-pr-reviewer@latest
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8181
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
@@ -172,7 +172,7 @@ To ignore a PR, add the following keyword in the PR description:
172172

173173

174174
## Examples
175-
Some of the reviews done by pr-reviewer
175+
Some of the reviews done by ai-pr-reviewer
176176

177177
![PR Summary](./docs/images/openai-pr-summary.png)
178178

@@ -239,7 +239,7 @@ jobs:
239239
review:
240240
runs-on: ubuntu-latest
241241
steps:
242-
- uses: fluxninja/openai-pr-reviewer@latest
242+
- uses: coderabbitai/ai-pr-reviewer@latest
243243
env:
244244
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
245245
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)