-
Notifications
You must be signed in to change notification settings - Fork 20
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
OSOE-758: Integrating CodeRabbit AI code reviews #662
Closed
Closed
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9e35189
Dummy commit to test CodeRabbit
Piedone 8ee8de8
Revert "Dummy commit to test CodeRabbit"
Piedone e7d4320
Adding CodeRabbit config
Piedone 89cffe1
Adding mandatory sections
Piedone f067b19
Adding more mandator elements
Piedone 8104f8d
Testing collapse_walkthrough
Piedone 0188b77
Docs, and enabling review status, since it's useful to see what CodeR…
Piedone be5a6e0
Enabling early access
Piedone 6e0e1db
Disabling high-level summary
Piedone f00f3df
Allowing "coderabbit" spelling
Piedone bc5e177
Adjusting CodeRabbit config
Piedone 45b70f6
Merge branch 'dev' into issue/OSOE-758
Piedone File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json | ||
|
||
# Schema with docs on the properties: https://coderabbit.ai/integrations/coderabbit-overrides.v2.json. This only | ||
# includes overrides for defaults and mandatory elements. | ||
# The chat and auto_review sections just repeat the defaults because they're required. That's a bug that'll be fixed: | ||
# https://discord.com/channels/1134356397673414807/1134356398260629598/1190412620755374172. | ||
|
||
early_access: true | ||
reviews: | ||
request_changes_workflow: true | ||
# Very rarely contains useful info, mostly is just noise. | ||
high_level_summary: false | ||
poem: false | ||
# Comments useful for debugging but not otherwise. | ||
review_status: false | ||
# The code walkthrough's text may take a lot of space, so collapsing it is nicer UX. | ||
collapse_walkthrough: true | ||
auto_review: | ||
enabled: true | ||
drafts: false | ||
chat: | ||
auto_reply: true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ autorun | |
barcode | ||
chainable | ||
clickable | ||
coderabbit | ||
flyout | ||
hackish | ||
hashable | ||
|
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
Oops, something went wrong.
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.
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.
This will need to be moved to LGHA if we introduce CR: