introduce CODEOWNERS file (#12913)

* introduce CODEOWNERS file

* comments
This commit is contained in:
Alan Ren
2020-10-13 17:33:55 -07:00
committed by GitHub
parent 35e79f7173
commit a0c03784f2

5
.github/CODEOWNERS vendored Normal file
View File

@@ -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