From b7a2a070dc75e77a2a4e26f17273bc142e720e19 Mon Sep 17 00:00:00 2001 From: Marian Pritsak Date: Wed, 5 Oct 2022 22:18:41 +0300 Subject: [PATCH 1/2] Add CODEOWNERS file Automatically assign reviewers from this file Signed-off-by: Marian Pritsak --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..9e815a87d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# rules are explained here +# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# they will be requested for review when someone opens +# a pull request. +* @marian-pritsak @chrispsommers From f532b46940684d2821fbd9dbf8553b54fbd90647 Mon Sep 17 00:00:00 2001 From: Marian Pritsak Date: Tue, 11 Oct 2022 22:44:45 -0700 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9e815a87d..b1a6df544 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,6 @@ # the repo. Unless a later match takes precedence, # they will be requested for review when someone opens # a pull request. -* @marian-pritsak @chrispsommers +* @KrisNey-MSFT + +/dash-pipeline @marian-pritsak @chrispsommers