-
Notifications
You must be signed in to change notification settings - Fork 718
add .coderabbit.yaml #23305
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
Merged
+65
−10
Merged
add .coderabbit.yaml #23305
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
30a3d9a
add .coderabbit.yaml
qiancai 6b57e3e
Merge remote-tracking branch 'upstream/master' into config-coderabbitai
qiancai 8ac07da
use writing-style.md for .coderabbit.yaml
qiancai 3702fd8
Apply suggestions from code review
qiancai 96861e2
Update .coderabbit.yaml
qiancai 2209a2d
Update .coderabbit.yaml
qiancai 2e92fa3
Apply suggestions from code review
qiancai 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 hidden or 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
This file contains hidden or 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,42 @@ | ||
| # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json | ||
|
|
||
| language: en-US | ||
| early_access: false | ||
|
|
||
| # Controls how comments are written, not how many comments are posted. | ||
| tone_instructions: >- | ||
| Be concise, direct, and professional. Avoid praise, filler, and subjective style preferences. | ||
|
|
||
| reviews: | ||
| # Keep assertive to catch language, clarity, and consistency issues. | ||
| profile: assertive | ||
|
qiancai marked this conversation as resolved.
|
||
| request_changes_workflow: false | ||
| poem: false | ||
| in_progress_fortune: false | ||
|
|
||
| auto_review: | ||
| enabled: true | ||
|
qiancai marked this conversation as resolved.
|
||
| auto_incremental_review: true | ||
| auto_pause_after_reviewed_commits: 2 | ||
| drafts: false | ||
| # CodeRabbit always includes the default branch. Keep target branches explicit so auto review remains enabled even if the default branch changes. | ||
| base_branches: | ||
| - '^master$' | ||
| - '^release-8\.5$' | ||
|
|
||
| path_instructions: | ||
| - path: '**/*.md' | ||
| instructions: | | ||
| - Act as a senior technical writer when reviewing documentation. | ||
| - Provide ready-to-commit suggestions that PR authors can apply directly. | ||
| - Make feedback specific, actionable, and tied to the changed content. Avoid praise-only comments, summaries of correct content, duplicate comments, broad rewrites, and low-value nitpicks. | ||
|
|
||
| knowledge_base: | ||
| code_guidelines: | ||
| enabled: true | ||
| filePatterns: | ||
| - files: .agents/shared/writing-style.md | ||
| applyTo: '**/*.md' | ||
|
|
||
| chat: | ||
| art: false | ||
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.
Uh oh!
There was an error while loading. Please reload this page.