From 8b2b39a9d2a21cc4b6c36d40c77df75e2a6d8a74 Mon Sep 17 00:00:00 2001 From: Vigilans Date: Tue, 26 Dec 2023 22:48:37 +0800 Subject: [PATCH] Init CODEOWNERS --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b992a9b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# It uses the same pattern rule for gitignore file, +# see https://git-scm.com/docs/gitignore#_pattern_format. + +# Default owners +* @YGZWQZD + +# Semisupervised learning +lambdaLearn/Algorithm/SemiSupervised/ @lambdaLearn-SemiSupervised