From 592b330ac40e87b3d2b4187d6559430d26fc8015 Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Mon, 6 May 2019 16:59:24 -0700 Subject: [PATCH 1/2] Update CODEOWNERS file to reduce noise --- .github/CODEOWNERS | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 13414194c0f..d00ae6d8403 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,7 +7,7 @@ # @adityapatwardhan # Area: Portability -# @BrucePay @JamesWTruher +# @JamesWTruher # Area: Security # @TravisEz13 @PaulHigin @@ -19,7 +19,7 @@ # @JamesWTruher @TravisEz13 @adityapatwardhan # Area: Cmdlets Core -# @JamesWTruher @SteveL-MSFT @anmenaga @chunqingchen +# @JamesWTruher @SteveL-MSFT @anmenaga # 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 @@ -41,29 +41,26 @@ demos/ @joeyaiello @SteveL-MSFT @Hem src/System.Management.Automation/DscSupport @TravisEz13 @SteveL-MSFT # Area: Engine -src/System.Management.Automation/engine @daxian-dbw @BrucePay +# src/System.Management.Automation/engine @daxian-dbw # Area: Debugging # Must be below engine to override -src/System.Management.Automation/engine/debugger/ @BrucePay @PaulHigin +src/System.Management.Automation/engine/debugger/ @PaulHigin # Area: Help -src/System.Management.Automation/help @Francisco-Gamino @adityapatwardhan +src/System.Management.Automation/help @adityapatwardhan # Area: Intellisense -# @daxian-dbw @charub +# @daxian-dbw # Area: Language -src/System.Management.Automation/engine/parser @daxian-dbw @BrucePay +src/System.Management.Automation/engine/parser @daxian-dbw # Area: Providers -src/System.Management.Automation/namespaces @BrucePay @anmenaga +src/System.Management.Automation/namespaces @anmenaga # Area: Remoting -src/System.Management.Automation/engine/remoting @mirichmo @PaulHigin - -# Area: Side-By-Side -# @mirichmo @charub +src/System.Management.Automation/engine/remoting @PaulHigin # Areas: Build # Must be last From 2b314fa3c928e4e27343318055f38310c3e1ef1a Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Mon, 6 May 2019 17:07:08 -0700 Subject: [PATCH 2/2] [skip ci] Testing Skipping CI --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d00ae6d8403..330cac7895b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,7 +4,7 @@ # First, let's start with areas with no filters or paths # Area: Performance -# @adityapatwardhan +# @adityapatwardhan # Area: Portability # @JamesWTruher