Browse Source

Moving rules around as order matters

Artak 5 years ago
parent
commit
4d451bdd17
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/CODEOWNERS

+ 2 - 2
.github/CODEOWNERS

@@ -8,8 +8,6 @@
 /eng/common/                    @dotnet-maestro-bot
 /eng/Versions.props             @dotnet-maestro-bot @dougbu
 /eng/Version.Details.xml        @dotnet-maestro-bot @dougbu
-PublicAPI.Unshipped.txt         @dotnet/aspnet-api-review
-PublicAPI.Shipped.txt           @dotnet/aspnet-api-review
 /src/Caching/                   @juntaoluo
 /src/Components/                @SteveSandersonMS @dotnet/aspnet-blazor-eng
 /src/DefaultBuilder/            @tratcher
@@ -28,3 +26,5 @@ PublicAPI.Shipped.txt           @dotnet/aspnet-api-review
 /src/Shared/runtime/            @dotnet/http
 /src/Shared/test/Shared.Tests/runtime/ @dotnet/http
 /src/SignalR/                   @BrennanConroy @halter73
+PublicAPI.Unshipped.txt         @dotnet/aspnet-api-review
+/src/**/PublicAPI.Shipped.txt   @dotnet/aspnet-api-review