Skip to content
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

Feature/test openai pr review #8

Closed
wants to merge 4 commits into from

Conversation

yukkysaito
Copy link
Owner

@yukkysaito yukkysaito commented Jul 27, 2023

aaaaaaaaaa

Summary by OpenAI

Bug fix: Fixed an issue with the GitHub Actions workflow file .github/workflows/openai-pr-reviewer.yml to ensure proper deduplication and grouping of changesets.

"A bug was found, a bug was slain,
With code modified, it won't remain.
Deduplication and grouping, now in sync,
The workflow file, no longer on the brink."

@github-actions
Copy link

github-actions bot commented Jul 27, 2023

🤖 OpenAI

High-level Summary

The changeset includes modifications to the file .github/workflows/openai-pr-reviewer.yml. There are no other changesets to deduplicate or group together. The modifications in this file appear to be related to the GitHub Actions workflow configuration.

File Summaries

File Summary
.github/workflows/openai-pr-reviewer.yml Modifications to the GitHub Actions workflow configuration.

Please let me know if you need further assistance.


Chat with 🤖 OpenAI Bot (@openai)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @openai in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Ignoring further reviews

  • Type @openai: ignore anywhere in the PR description to ignore further reviews from the bot.


In the recent run, only the files that changed from the base of the PR and between 45c7a87d8717be9b2d21079b59e7ab60fe29f261 and d29de0b8ef4851bf022797f120d798a2e63b459b commits were reviewed.

Signed-off-by: Yukihito Saito <[email protected]>
@yukkysaito yukkysaito closed this Jul 27, 2023
Comment on lines 25 to +29
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
review_simple_changes: false
review_comment_lgtm: false
review_simple_changes: true
review_comment_lgtm: true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 OpenAI

The review_simple_changes and review_comment_lgtm options are set to true in the new hunk, but they were set to false in the old hunk. Please ensure that this change is intentional and that the behavior of the workflow is correctly updated.

Comment on lines 30 to 31
openai_light_model: gpt-3.5-turbo-0613
openai_heavy_model: gpt-3.5-turbo-0613

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 OpenAI

The openai_light_model and openai_heavy_model options are set to gpt-3.5-turbo-0613 in both the new and old hunks. Please verify if these values are correct and up-to-date with the desired models to be used.

Suggested change
openai_light_model: gpt-3.5-turbo-0613
openai_heavy_model: gpt-3.5-turbo-0613
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
debug: false
review_simple_changes: true
review_comment_lgtm: true
openai_light_model: gpt-3.5-turbo-0613
openai_heavy_model: gpt-3.5-turbo-0613

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant