From a47fa8bf87c80ce5bb3e19dc900adcf8702b336e Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Mon, 14 Dec 2020 12:43:38 -0800 Subject: [PATCH] Add CODEOWNERS (#1140) --- .github/workflows/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/CODEOWNERS diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 00000000..68b43c82 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1,5 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. +# Syntax can be found here: https://docs.github.com/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax + +/Packages.props @Charles-Gagnon @alanrenmsft @kburtram