From 98555bf591107eb7c95ebca197fd9db5557d9c93 Mon Sep 17 00:00:00 2001 From: Yang <940129520@qq.com> Date: Mon, 7 Nov 2022 14:47:11 +0800 Subject: [PATCH] Add initial code reviewers (#34) --- .licenserc.yaml | 1 + CODEOWNERS | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/.licenserc.yaml b/.licenserc.yaml index f2f348b63..5c10371b5 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -20,6 +20,7 @@ header: - 'script/**' - '.gitmodules' - 'plugins/**' + - 'CODEOWNERS' comment: on-failure dependency: diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..08ff5e1a5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,4 @@ +# Top level +* @johnlanni @SpecialYang @Lynskylate @gengleilei + +# TODO Add code reviewers for subdirectory. \ No newline at end of file