Skip to content

Commit c4ca3fb

Browse files
committed
Work CI-CD
- Add coderabbitai config. - Add file to exclusion path. ***NO_CI***
1 parent 45d4831 commit c4ca3fb

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.coderabbit.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
inheritance: true
3+
reviews:
4+
path_filters: [
5+
"**/*.cs",
6+
"**/*.nuspec",
7+
"**/*.config",
8+
"**/*.json",
9+
]

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) .NET Foundation and Contributors
1+
# Copyright (c) .NET Foundation and Contributors
22
# See LICENSE file in the project root for full license information.
33

44
trigger:
@@ -10,6 +10,7 @@ trigger:
1010
paths:
1111
exclude:
1212
- .gitignore
13+
- .coderabbit.yaml
1314
- CHANGELOG.md
1415
- LICENSE.md
1516
- README.md

0 commit comments

Comments
 (0)