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