-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7afe46
commit ca32d69
Showing
1 changed file
with
33 additions
and
0 deletions.
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,33 @@ | ||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json | ||
|
||
language: "en" | ||
early_access: false | ||
reviews: | ||
request_changes_workflow: false | ||
high_level_summary: true | ||
poem: true | ||
review_status: true | ||
collapse_walkthrough: false | ||
path_filters: | ||
- "!logs/**" | ||
# path_instructions: | ||
# - path: "**/*.js" | ||
# instructions: | ||
# "Review the JavaScript code for conformity with the Google JavaScript | ||
# style guide, highlighting any deviations." | ||
# - path: "tests/**/*" | ||
# instructions: | | ||
# "Assess the unit test code employing the Mocha testing framework. Confirm that: | ||
# - The tests adhere to Mocha's established best practices. | ||
# - Test descriptions are sufficiently detailed to clarify the purpose of each test." | ||
auto_review: | ||
enabled: true | ||
ignore_title_keywords: | ||
- "WIP" | ||
- "DO NOT MERGE" | ||
drafts: true | ||
# base_branches: | ||
# - "develop" | ||
# - "feat/.*" | ||
chat: | ||
auto_reply: true |