From 148568db6aa70b9279489d5758e1d9500d0386a4 Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Thu, 7 Jun 2018 19:58:32 -0600 Subject: [PATCH 1/2] Initial CODEOWNERS file to auto assign PR reviewers --- .github/CODEOWNERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..4f36851ad --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,16 @@ +# https://help.github.com/articles/about-codeowners/ + +# Global reviewers +* @tylerl0706 + +# Area: Analysis & Formatting +src/PowerShellEditorServices/Analysis/ @rjmholt + +# Area: Debugging +src/PowerShellEditorServices/Debugging/ @rkeithhill +src/PowerShellEditorServices.Protocol/DebugAdapter/ @rkeithhill + +# Area: Integrated Console / Host +src/PowerShellEditorServices/Console/ @SeeminglyScience +src/PowerShellEditorServices/Session/*ReadLine*.cs @SeeminglyScience +src/PowerShellEditorServices.Host/ @SeeminglyScience From 4a5902d9dad6bc1b7731a394feda2ce7ccec90e1 Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Fri, 8 Jun 2018 16:35:46 -0600 Subject: [PATCH 2/2] Add @rjmholt as global PR reviewer --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4f36851ad..76be6cf65 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,7 @@ # https://help.github.com/articles/about-codeowners/ # Global reviewers -* @tylerl0706 +* @tylerl0706 @rjmholt # Area: Analysis & Formatting src/PowerShellEditorServices/Analysis/ @rjmholt