diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..b1a6df544 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# 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. +* @KrisNey-MSFT + +/dash-pipeline @marian-pritsak @chrispsommers