From f3b530258730249d352e9bf12181d0f2f6a9b93c Mon Sep 17 00:00:00 2001 From: James Burnside Date: Wed, 17 Feb 2021 12:49:20 -0800 Subject: [PATCH] Add new codeowner file --- .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 0000000000..39ef788078 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# Approval for at least one *code owner* is required all packages. + +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more *code owners*. +# The last matching pattern has the most precendence. + +# These *code owners* will be the default owners for everything in the repository. +* @alex-kwan @jamesburnside \ No newline at end of file