diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d8de43a795..149b566e53 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,17 @@ # 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: + +# /** +# /.run/ +# /.vscode/ +# /config/ +# /doc/ + ################ # Automation ################ @@ -36,5 +47,3 @@ # Eng Sys ########### /eng/ @benbp @weshaggard - -/**/ci.yml @benbp