From daadb288f3dd80dd20e855e29376a9d764abe5b0 Mon Sep 17 00:00:00 2001 From: Konrad Jamrozik Date: Thu, 9 Feb 2023 19:17:48 -0800 Subject: [PATCH] Update `CODEOWNERS` paths: fix invalid paths - https://github.com/Azure/azure-sdk-tools/pull/5088 and enabling stricter validation: - https://github.com/Azure/azure-sdk-tools/issues/4859 this PR: - fixes invalid paths, to match rules explained [here](https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners); - removes `/**/tests.yml` and `/**/ci.yml`, to avoid all build failure notifications being routed to it once we enable the new regex-based, wildcard-supporting `CODEOWNERS` matcher, per: https://github.com/Azure/azure-sdk-tools/pull/5088#issuecomment-1397330147 Once this PR is merged, I will enable the new `CODEOWNERS` matcher, similar to how it was done for `net` repo by these two PRs: - https://github.com/Azure/azure-sdk-tools/pull/5241 - https://github.com/Azure/azure-sdk-tools/pull/5240 --- .github/CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c47f4129..882541c82 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,14 @@ # Instructions for CODEOWNERS file format and automatic build failure notifications: # https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners +################ +# Orphaned paths +################ +# As of 2/9/2023 these paths have no owners: + +# /** +# /AzureSDK.xcworkspace/ + ################ # Automation ################ @@ -39,4 +47,3 @@ # Eng Sys ########### /eng/ @benbp @weshaggard -/**/ci.yml @benbp