From a0c03784f2c2c2b5ad45d7659e1c7447cb8717f6 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Tue, 13 Oct 2020 17:33:55 -0700 Subject: [PATCH] introduce CODEOWNERS file (#12913) * introduce CODEOWNERS file * comments --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..81d2a63ae4 --- /dev/null +++ b/.github/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 + +/src/sql/*.d.ts @alanrenmsft @Charles-Gagnon