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

Commit 7a85248

Browse files
authored
openai -> coderabbit (#389)
1 parent 30fe6ba commit 7a85248

File tree

6 files changed

+205
-77
lines changed

6 files changed

+205
-77
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
6161
name: Code Review
@@ -123,7 +123,7 @@ value. For example, to review docs/blog posts, you can use the following prompt:
123123

124124
```yaml
125125
system_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
155155
You can reply to a review comment made by this action and get a response based
156156
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`).
158158

159159
Example:
160160

161-
> @openai Please generate a test plan for this file.
161+
> @coderabbitai Please generate a test plan for this file.
162162

163163
Note: A review comment is a comment made on a diff or a file in the pull
164164
request.
@@ -170,7 +170,7 @@ to review documentation, you can ignore PRs that only change the documentation.
170170
To ignore a PR, add the following keyword in the PR description:
171171

172172
```text
173-
@openai: ignore
173+
@coderabbitai: ignore
174174
```
175175

176176
## Examples

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: 'OpenAI ChatGPT based PR Reviewer & Summarizer'
2-
description: 'OpenAI ChatGPT based PR Reviewer and Summarizer'
1+
name: 'AI-based PR Reviewer & Summarizer with Chat Capabilities'
2+
description: 'AI-based PR Reviewer & Summarizer with Chat Capabilities'
33
branding:
4-
icon: 'aperture'
4+
icon: 'git-merge'
55
color: 'orange'
6-
author: 'FluxNinja, Inc.'
6+
author: 'CodeRabbit LLC'
77
inputs:
88
debug:
99
required: false
@@ -148,7 +148,7 @@ inputs:
148148
required: false
149149
description: 'System message to be sent to OpenAI'
150150
default: |
151-
You are `@openai` (aka `github-actions[bot]`), a language model
151+
You are `@coderabbitai` (aka `github-actions[bot]`), a language model
152152
trained by OpenAI. Your purpose is to act as a highly experienced
153153
software engineer and provide a thorough review of the code hunks
154154
and suggest code snippets to improve key areas such as:

dist/index.js

Lines changed: 86 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)