46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
|
# Docs: https://docs.coderabbit.ai/getting-started/configure-coderabbit/
|
|
language: "en-US"
|
|
early_access: false
|
|
reviews:
|
|
profile: "chill"
|
|
request_changes_workflow: false
|
|
high_level_summary: true
|
|
# John likes the poems, no messing
|
|
poem: true
|
|
review_status: false
|
|
collapse_walkthrough: false
|
|
auto_review:
|
|
enabled: true
|
|
drafts: false
|
|
auto_incremental_review: false
|
|
suggested_labels: false
|
|
suggested_reviewers: false
|
|
sequence_diagrams: false
|
|
related_issues: false
|
|
related_prs: false
|
|
finishing_touches:
|
|
docstrings:
|
|
enabled: false
|
|
unit_tests:
|
|
enabled: false
|
|
path_instructions:
|
|
- path: "**"
|
|
instructions: |
|
|
Flag PRs more than ~25 commits behind main. Recommend rebasing.
|
|
Exception: stacked PRs targeting another branch are exempt.
|
|
See .ai/pr-workflow-guidelines.md.
|
|
- path: "**/*.py"
|
|
instructions: "Review against .ai/python-guidelines.md"
|
|
- path: "**/tests/**/*.py"
|
|
instructions: "Review against .ai/pytest-guidelines.md"
|
|
knowledge_base:
|
|
code_guidelines:
|
|
filePatterns:
|
|
- ".ai/**/*.md"
|
|
chat:
|
|
auto_reply: true
|