You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2024. It is now read-only.
<!-- This is an auto-generated comment: release notes by openai -->
### Summary by OpenAI
**New Feature:**
- Introduced a new input `github_concurrency_limit` with a default value
of 6 to control the concurrency of retrieving file contents.
- Increased the default values for `openai_concurrency_limit`.
**Refactor:**
- Replaced `console.log` calls with `warning` calls in the `onRateLimit`
and `onSecondaryRateLimit` functions.
**Documentation:**
- Updated README.md with improved formatting, grammar, punctuation,
installation instructions, and examples.
> 🎉 With limits set and warnings in place, 🚀
> Our code now runs at a smoother pace. 🏃♂️💨
> Docs polished with a shiny face, ✨
> Making it easier for all to embrace. 🤗🌐
<!-- end of auto-generated comment: release notes by openai -->
CodeRabbit `ai-pr-reviewer` is an open-source project built on AI, designed to
14
+
enhance developer productivity and efficiency by performing automated reviews of
15
+
pull requests. Features:
11
16
12
-
CodeRabbit ai-pr-reviewer is an open-source project built on AI, designed to enhance developer productivity and efficiency by performing automated reviews of pull requests.
13
-
Features:
14
-
15
-
-**PR Summarization**: It generates a summary and release notes of the changes in the pull request.
16
-
-**Line-by-line code change suggestions**: Reviews the changes line
17
-
by line and provides code change suggestions that can be directly committed
18
-
from the GitHub UI.
17
+
-**PR Summarization**: It generates a summary and release notes of the changes
18
+
in the pull request.
19
+
-**Line-by-line code change suggestions**: Reviews the changes line by line and
20
+
provides code change suggestions that can be directly committed from the
21
+
GitHub UI.
19
22
-**Continuous, incremental reviews**: Reviews are performed on each commit
20
23
within a pull request, rather than a one-time review on the entire pull
21
24
request.
@@ -37,8 +40,10 @@ Features:
37
40
`summarize_release_notes` prompts to focus on specific aspects of the review
38
41
process or even change the review objective.
39
42
40
-
To use this tool, you need to add the provided YAML file to your repository and configure the required environment variables, such as GITHUB_TOKEN and OPENAI_API_KEY.
41
-
For more information on usage, examples, contributing, and FAQs, you can refer to the sections below.
43
+
To use this tool, you need to add the provided YAML file to your repository and
44
+
configure the required environment variables, such as `GITHUB_TOKEN` and
45
+
`OPENAI_API_KEY`. For more information on usage, examples, contributing, and
46
+
FAQs, you can refer to the sections below.
42
47
43
48
-[Overview](#overview)
44
49
-[Install instructions](#install-instructions)
@@ -48,9 +53,9 @@ For more information on usage, examples, contributing, and FAQs, you can refer t
48
53
-[FAQs](#faqs)
49
54
50
55
## Install instructions
51
-
ai-pr-reviewer runs as a GitHub Action.
52
-
Add the below file to your repository at
53
-
`.github/workflows/openai-pr-reviewer.yml`
56
+
57
+
`ai-pr-reviewer` runs as a GitHub Action. Add the below file to your repository
58
+
at `.github/workflows/openai-pr-reviewer.yml`
54
59
55
60
```yaml
56
61
name: Code Review
@@ -85,7 +90,6 @@ jobs:
85
90
review_comment_lgtm: false
86
91
```
87
92
88
-
89
93
#### Environment variables
90
94
91
95
- `GITHUB_TOKEN`: This should already be available to the GitHub Action
@@ -146,7 +150,6 @@ system_message: |
146
150
147
151
</details>
148
152
149
-
150
153
## Conversation with OpenAI
151
154
152
155
You can reply to a review comment made by this action and get a response based
@@ -170,8 +173,8 @@ To ignore a PR, add the following keyword in the PR description:
0 commit comments