-
Notifications
You must be signed in to change notification settings - Fork 949
chore: add CodeRabbit config with disabled auto-reviews #18949
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
chore: add CodeRabbit config with disabled auto-reviews #18949
Conversation
Change-Id: I8b8125d33354161bb78bb75252b892e26741b6c7 Signed-off-by: Thomas Kosiewski <tk@coder.com>
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 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
request_changes_workflow: false | ||
high_level_summary: true | ||
poem: false | ||
review_status: 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.
might want to set this to false to disable the "review skipped" message
Add CodeRabbit Configuration File with Automatic Reviews Disabled
This PR adds a new
.coderabbit.yaml
configuration file that disables automatic PR reviews while maintaining other CodeRabbit functionality. Key configurations include:With this configuration, CodeRabbit will only perform initial reviews when manually requested, while still allowing incremental reviews and chat replies.