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

Max files #214

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Max files #214

merged 2 commits into from
Apr 20, 2023

Conversation

harjotgill
Copy link
Contributor

@harjotgill harjotgill commented Apr 20, 2023

Summary by OpenAI

Release Notes

  • New Feature: Added triage system for evaluating diffs in the codebase.
  • Bug fix: Changed [COMPLEXITY] tag to [TRIAGE] to determine if a file needs review.
  • Chore: Updated max_files input parameter to have a default value of 150 instead of 0.

"Code complexity, oh what a mess,
But fear not, we've made progress!
With triage and tags, we'll sort it out,
And make our codebase scream and shout!"

@github-actions
Copy link
Contributor

🤖 OpenAI

High-level Summary

The changes in this pull request introduce a triage system for evaluating diffs in the codebase. The src/options.ts file has been updated to prompt reviewers to triage the diff as either NEEDS_REVIEW or APPROVED, and provides guidance on what constitutes a complex or simple diff. Additionally, the [COMPLEXITY] tag has been changed to [TRIAGE] to determine if a file needs review.

Files Summary

File Summary
action.yml Updated max_files input parameter to have a default value of 150 instead of 0.
src/options.ts Added triage system for evaluating diffs. Prompt updated to ask reviewer to triage diff as NEEDS_REVIEW or APPROVED. Provides guidance on what constitutes a complex or simple diff.
src/review.ts Changed tag from [COMPLEXITY] to [TRIAGE] to determine if file needs review. Updated logic to use new tag.

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.

Files ignored due to filter (1)

Ignored files

  • dist/index.js
Files not reviewed due to simple changes (1)

Skipped review

  • src/review.ts

@harjotgill harjotgill merged commit 398d754 into main Apr 20, 2023
@harjotgill harjotgill deleted the max_files branch April 20, 2023 05:22
shoyuf pushed a commit to maybeLab/openai-mr-reviewer-gltlab that referenced this pull request Jun 25, 2023
<!-- This is an auto-generated comment: release notes by openai -->
### Summary by OpenAI

## Release Notes
- New Feature: Added triage system for evaluating diffs in the codebase.
- Bug fix: Changed `[COMPLEXITY]` tag to `[TRIAGE]` to determine if a
file needs review.
- Chore: Updated `max_files` input parameter to have a default value of
150 instead of 0.

> "Code complexity, oh what a mess,
> But fear not, we've made progress!
> With triage and tags, we'll sort it out,
> And make our codebase scream and shout!"
<!-- end of auto-generated comment: release notes by openai -->
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant