From 9bbacaa0352374c9ca44f1692e4291d200932cb9 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Mon, 31 Oct 2022 14:35:27 +0800 Subject: [PATCH] https://github.com/cskefu/cskefu/issues/758 update code owners Signed-off-by: Hai Liang Wang --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..1a23ef74 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# https://github.com/cskefu/cskefu/issues/758 + +# defaults +* @cskefu/reviewers + +# Order is important; the last matching pattern takes the most +# precedence. When someone opens a pull request that only +# modifies JS files, only @js-owner and not the global +# owner(s) will be requested for a review. +*.js @Kaifuny +*.java @lecjy + +docs/* @SAMZONG +README* @SAMZONG