mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Add coderabbit.ai configuration file (#31673)
This commit is contained in:
parent
175dbb6c93
commit
a33a39a6de
1 changed files with 17 additions and 0 deletions
17
.coderabbit.yaml
Normal file
17
.coderabbit.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
||||
#
|
||||
# Human view: https://docs.coderabbit.ai/getting-started/configure-coderabbit/
|
||||
language: "en-US"
|
||||
early_access: true
|
||||
enable_free_tier: true
|
||||
reviews:
|
||||
profile: "chill"
|
||||
request_changes_workflow: false
|
||||
high_level_summary: true
|
||||
poem: false
|
||||
review_status: false
|
||||
collapse_walkthrough: false
|
||||
auto_review:
|
||||
enabled: false
|
||||
chat:
|
||||
auto_reply: false
|
||||
Loading…
Reference in a new issue