33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
44
55<div >
6- <a href="https://github.com/coderabbitai/openai -pr-reviewer)/commits/main">
7- <img alt="GitHub" src="https://img.shields.io/github/last-commit/coderabbitai/openai -pr-reviewer/main?style=for-the-badge" height="20">
6+ <a href="https://github.com/coderabbitai/ai -pr-reviewer)/commits/main">
7+ <img alt="GitHub" src="https://img.shields.io/github/last-commit/coderabbitai/ai -pr-reviewer/main?style=for-the-badge" height="20">
88 </a>
99 </div>
1010
@@ -47,15 +47,15 @@ FAQs, you can refer to the sections below.
4747
4848- [ Overview] ( #overview )
4949- [ Install instructions] ( #install-instructions )
50- - [ Conversation with OpenAI ] ( #conversation-with-openai )
50+ - [ Conversation with CodeRabbit ] ( #conversation-with-coderabbit )
5151- [ Examples] ( #examples )
5252- [ Contribute] ( #contribute )
5353- [ FAQs] ( #faqs )
5454
5555## Install instructions
5656
5757` ai-pr-reviewer ` runs as a GitHub Action. Add the below file to your repository
58- at ` .github/workflows/openai -pr-reviewer.yml `
58+ at ` .github/workflows/ai -pr-reviewer.yml `
5959
6060``` yaml
6161name : Code Review
@@ -123,7 +123,7 @@ value. For example, to review docs/blog posts, you can use the following prompt:
123123
124124` ` ` yaml
125125system_message: |
126- You are ` @openai ` (aka `github-actions[bot]`), a language model
126+ You are ` @coderabbitai ` (aka `github-actions[bot]`), a language model
127127 trained by OpenAI. Your purpose is to act as a highly experienced
128128 DevRel (developer relations) professional with focus on cloud-native
129129 infrastructure.
@@ -150,15 +150,15 @@ system_message: |
150150
151151</details>
152152
153- ## Conversation with OpenAI
153+ ## Conversation with CodeRabbit
154154
155155You can reply to a review comment made by this action and get a response based
156156on the diff context. Additionally, you can invite the bot to a conversation by
157- tagging it in the comment (` @openai `).
157+ tagging it in the comment (` @coderabbitai `).
158158
159159Example :
160160
161- > @openai Please generate a test plan for this file.
161+ > @coderabbitai Please generate a test plan for this file.
162162
163163Note : A review comment is a comment made on a diff or a file in the pull
164164request.
@@ -170,7 +170,7 @@ to review documentation, you can ignore PRs that only change the documentation.
170170To ignore a PR, add the following keyword in the PR description :
171171
172172` ` ` text
173- @openai : ignore
173+ @coderabbitai : ignore
174174` ` `
175175
176176# # Examples
0 commit comments