-
-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
16 lines (16 loc) · 785 Bytes
/
.coderabbit.yaml
File metadata and controls
16 lines (16 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
inheritance: true
reviews:
labeling_instructions: [
{
label: "Area: Dev-Containers",
instructions: "Apply when PR includes changes related with Dev Containers, such as Dockerfiles, devcontainer.json, and other files inside .devcontainers directory."
},
{
label: "Type: dependencies",
instructions: "Apply when PR update dependencies and changes associated with. Also for assembly declarations."
},
{
label: "Type: documentation",
instructions: "Apply when PR includes changes or updates related with documentation: repository README files, docs or instructions, and other files that are not code but provide information about the project."}
]