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