Skip to content

Commit b0a98a8

Browse files
committed
Add coderabbit config file
- Add it to exclusion path for AZDO trigger. ***NO_CI***
1 parent 355fcff commit b0a98a8

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
inheritance: true
3+
reviews:
4+
labeling_instructions: [
5+
{
6+
label: "Area: Dev-Containers",
7+
instructions: "Apply when PR includes changes related with Dev Containers, such as Dockerfiles, devcontainer.json, and other files inside .devcontainers directory."
8+
},
9+
{
10+
label: "Type: dependencies",
11+
instructions: "Apply when PR update dependencies and changes associated with. Also for assembly declarations."
12+
},
13+
{
14+
label: "Type: documentation",
15+
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."}
16+
]

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trigger:
1111
paths:
1212
exclude:
1313
- .clang-format
14+
- .coderabbit.yaml
1415
- .github_changelog_generator
1516
- .gitignore
1617
- build.ps1

0 commit comments

Comments
 (0)