|
1 |
| -# Add 'kernel' label to any change within the 'dotnet/src' that's not 'SemanticKernel' or 'SemanticKernel.Abstractions' directory |
| 1 | +# Add 'kernel' label to any change within Connectors, Extensions, Skills, and tests directories |
2 | 2 | kernel:
|
3 |
| - - any: ["dotnet/src/**/*", "dotnet/src/*"] |
4 |
| - - all: |
5 |
| - [ |
6 |
| - "!dotnet/src/SemanticKernel/*", |
7 |
| - "!dotnet/src/SemanticKernel/**/*", |
8 |
| - "!dotnet/src/SemanticKernel.Abstractions/*", |
9 |
| - "!dotnet/src/SemanticKernel.Abstractions/**/*", |
10 |
| - ] |
| 3 | + - "dotnet/src/Connectors/**/*" |
| 4 | + - "dotnet/src/Extensions/**/*" |
| 5 | + - "dotnet/src/Skills/**/*" |
| 6 | + - "dotnet/src/IntegrationTests/**/*" |
| 7 | + - "dotnet/src/SemanticKernel.UnitTests/**/*" |
11 | 8 |
|
12 |
| -# Add 'kernel.core' label to any change within the 'SemanticKernel' or 'SemanticKernel.Abstractions' directory |
| 9 | +# Add 'kernel.core' label to any change within the 'SemanticKernel', 'SemanticKernel.Abstractions', or 'SemanticKernel.MetaPackage' directories |
13 | 10 | kernel.core:
|
14 |
| - - dotnet/src/SemanticKernel/* |
15 | 11 | - dotnet/src/SemanticKernel/**/*
|
16 |
| - - dotnet/src/SemanticKernel.Abstractions/* |
17 | 12 | - dotnet/src/SemanticKernel.Abstractions/**/*
|
| 13 | + - dotnet/src/SemanticKernel.MetaPackage/**/* |
18 | 14 |
|
19 | 15 | # Add 'python' label to any change within the 'python' directory
|
20 | 16 | python:
|
21 |
| - - python/* |
22 | 17 | - python/**/*
|
23 | 18 |
|
24 | 19 | # Add 'samples' label to any change within the 'samples' directory
|
25 | 20 | samples:
|
26 |
| - - samples/* |
27 | 21 | - samples/**/*
|
28 | 22 |
|
29 | 23 | # Add '.NET' label to any change within samples or kernel 'dotnet' directories.
|
30 | 24 | .NET:
|
31 |
| - - dotnet/src/* |
32 | 25 | - dotnet/src/**/*
|
33 | 26 | - samples/**/dotnet/**/*
|
34 |
| - - samples/**/dotnet/* |
0 commit comments