-
Notifications
You must be signed in to change notification settings - Fork 751
/
CODEOWNERS
Validating CODEOWNERS rules...
28 lines (25 loc) · 2.21 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence,
# @dotnet/dotnet-extensions-fundamentals will be requested for review when someone opens a pull request.
*.cmd @dotnet/dotnet-extensions-infra
*.sh @dotnet/dotnet-extensions-infra
*.ps1 @dotnet/dotnet-extensions-infra
*.yml @dotnet/dotnet-extensions-infra
*.props @dotnet/dotnet-extensions-infra
*.targets @dotnet/dotnet-extensions-infra
/global.json @dotnet/dotnet-extensions-infra
/.azure/ @dotnet/dotnet-extensions-infra
/.azuredevops/ @dotnet/dotnet-extensions-infra
/.config/ @dotnet/dotnet-extensions-infra
/.devcontainer/ @dotnet/dotnet-extensions-infra
/.vscode/ @dotnet/dotnet-extensions-infra
/.github/ @dotnet/dotnet-extensions-infra
/docs/ @dotnet/dotnet-extensions-infra
/eng/ @dotnet/dotnet-extensions-infra
/src/Libraries/Microsoft.Extensions.AI @dotnet/dotnet-extensions-ai
/src/Libraries/Microsoft.Extensions.AI.* @dotnet/dotnet-extensions-ai
/test/Libraries/Microsoft.Extensions.AI @dotnet/dotnet-extensions-ai
/test/Libraries/Microsoft.Extensions.AI.* @dotnet/dotnet-extensions-ai
/src/Libraries/Microsoft.Extensions.Caching.Hybrid @dotnet/dotnet-extensions-caching-hybrid
/src/Libraries/Microsoft.Extensions.Caching.Hybrid.* @dotnet/dotnet-extensions-caching-hybrid
/test/Libraries/Microsoft.Extensions.Caching.Hybrid @dotnet/dotnet-extensions-caching-hybrid
/test/Libraries/Microsoft.Extensions.Caching.Hybrid.* @dotnet/dotnet-extensions-caching-hybrid