1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-24 08:31:45 +08:00

Add CODEOWNERS as default reviewers

This commit is contained in:
Hai Liang Wang 2023-07-08 07:03:37 +08:00
parent f961a4592d
commit 4ab36cdc57

18
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,18 @@
# 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 @lecjy
*.ts @lecjy
*.pug @lecjy
*.java @lecjy
*.sql @lecjy
pom.xml @lecjy
docs/* @SAMZONG
README* @SAMZONG