From 4e250a59597d3ed85af200a9fc0ac445231147c1 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 16 Aug 2017 10:05:21 -0700 Subject: [PATCH] Remove test and docs rules as they are too broad --- .github/CODEOWNERS | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9726107fb9a..026714abb23 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -12,17 +12,19 @@ # Area: Security # @TravisEz13 @PaulHigin @chunqingchen -# Now Areas that should have paths or filters, although we might not have them defined -# Order here must be by precedence of the filter # Area: Documentation -*.md @joeyaiello @TravisEz13 +# @joeyaiello @TravisEz13 # Area: Test -test/ @JamesWTruher @TravisEz13 @adityapatwardhan +# @JamesWTruher @TravisEz13 @adityapatwardhan # Area: Cmdlets Core # @JamesWTruher @SteveL-MSFT @anmenaga @chunqingchen +# Now Areas that should have paths or filters, although we might not have them defined +# According to the docs, Order here must be by precedence of the filter, with later rules overwritting +# but the feature seems to make taking a union of all the matching rules. + # Area: CmdLets Management src/Microsoft.PowerShell.Commands.Management/ @daxian-dbw @adityapatwardhan