-
Notifications
You must be signed in to change notification settings - Fork 180
Add config for CodeRabbit review #4890
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
Conversation
Signed-off-by: Tomoyuki Morita <[email protected]>
Signed-off-by: Tomoyuki Morita <[email protected]>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
RyanL1997
left a comment
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.
Hi @ykmr1224, thanks for the change. LGTM. Left a minor question.
| enabled: false # Disabled auto-review until it becomes stable | ||
| auto_incremental_review: false | ||
| drafts: false # Don't review draft PRs | ||
| ignore_title_keywords: |
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.
Nice, I think we can also start exercising this in our PR template when we initially creating PR.
| 1. **Code Clarity**: Is the code self-explanatory? | ||
| 2. **Test Coverage**: Are there adequate tests? | ||
| 3. **Error Handling**: Are errors handled appropriately? | ||
| 4. **Documentation**: Is JavaDoc complete and accurate? |
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.
Is this rule specific for command development?
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.
No, this is generic for any code change in this repository.
| - Test compatibility with Calcite version constraints | ||
|
|
||
| chat: | ||
| auto_reply: true |
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.
Not sure if I like this setting, maybe others like it though?
Usually when responding to AI comments the only audience is other reviewers (e.g. "this comment doesn't apply" or "implemented"), I'm not sure I see the value of the AI reply
* Add review instructions for CodeRabbit Signed-off-by: Tomoyuki Morita <[email protected]> * Disable auto review Signed-off-by: Tomoyuki Morita <[email protected]> --------- Signed-off-by: Tomoyuki Morita <[email protected]>
Description
opensearch-project/sql.github#412)Related Issues
#4889
opensearch-project/.github#412
Check List
--signoffor-s.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.