-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add openai-pr-reviewer #4424
Merged
yukkysaito
merged 5 commits into
autowarefoundation:main
from
yukkysaito:feature/chatgpt-pr-review
Jul 27, 2023
Merged
feat: add openai-pr-reviewer #4424
yukkysaito
merged 5 commits into
autowarefoundation:main
from
yukkysaito:feature/chatgpt-pr-review
Jul 27, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>
github-actions
bot
added
the
type:ci
Continuous Integration (CI) processes and testing. (auto-assigned)
label
Jul 27, 2023
Testing 🙏 |
Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>
Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>
Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>
4 tasks
Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>
mitsudome-r
approved these changes
Jul 27, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mitsudome-r
added
the
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
label
Jul 27, 2023
The Action test does not work well in the forked repository, but we were able to confirm that it works well in this PR. |
soblin
pushed a commit
to soblin/autoware.universe
that referenced
this pull request
Jul 29, 2023
* feat: add openai-pr-reviewer Signed-off-by: Yukihito Saito <yukky.saito@gmail.com> * add OPENAI_API_ORG Signed-off-by: Yukihito Saito <yukky.saito@gmail.com> * change openai_heavy_model Signed-off-by: Yukihito Saito <yukky.saito@gmail.com> * remove OPENAI_API_ORG Signed-off-by: Yukihito Saito <yukky.saito@gmail.com> * Change action name Signed-off-by: Yukihito Saito <yukky.saito@gmail.com> --------- Signed-off-by: Yukihito Saito <yukky.saito@gmail.com> Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
run:build-and-test-differential
Mark to enable build-and-test-differential workflow. (used-by-ci)
type:ci
Continuous Integration (CI) processes and testing. (auto-assigned)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
🤖 Generated by Copilot at 71efae0
Add a GitHub workflow to use OpenAI Codex for PR reviews. The workflow file
.github/workflows/openai-pr-reviewer.yaml
invokes the fluxninja/openai-pr-reviewer action with some configuration options.Related links
Tests performed
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.