3
3
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
4
4
5
5
<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">
8
8
</a>
9
9
</div>
10
10
@@ -47,15 +47,15 @@ FAQs, you can refer to the sections below.
47
47
48
48
- [ Overview] ( #overview )
49
49
- [ Install instructions] ( #install-instructions )
50
- - [ Conversation with OpenAI ] ( #conversation-with-openai )
50
+ - [ Conversation with CodeRabbit ] ( #conversation-with-coderabbit )
51
51
- [ Examples] ( #examples )
52
52
- [ Contribute] ( #contribute )
53
53
- [ FAQs] ( #faqs )
54
54
55
55
## Install instructions
56
56
57
57
` 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 `
59
59
60
60
``` yaml
61
61
name : Code Review
@@ -123,7 +123,7 @@ value. For example, to review docs/blog posts, you can use the following prompt:
123
123
124
124
` ` ` yaml
125
125
system_message: |
126
- You are ` @openai ` (aka `github-actions[bot]`), a language model
126
+ You are ` @coderabbitai ` (aka `github-actions[bot]`), a language model
127
127
trained by OpenAI. Your purpose is to act as a highly experienced
128
128
DevRel (developer relations) professional with focus on cloud-native
129
129
infrastructure.
@@ -150,15 +150,15 @@ system_message: |
150
150
151
151
</details>
152
152
153
- ## Conversation with OpenAI
153
+ ## Conversation with CodeRabbit
154
154
155
155
You can reply to a review comment made by this action and get a response based
156
156
on 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 `).
158
158
159
159
Example :
160
160
161
- > @openai Please generate a test plan for this file.
161
+ > @coderabbitai Please generate a test plan for this file.
162
162
163
163
Note : A review comment is a comment made on a diff or a file in the pull
164
164
request.
@@ -170,7 +170,7 @@ to review documentation, you can ignore PRs that only change the documentation.
170
170
To ignore a PR, add the following keyword in the PR description :
171
171
172
172
` ` ` text
173
- @openai : ignore
173
+ @coderabbitai : ignore
174
174
` ` `
175
175
176
176
# # Examples
0 commit comments