mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
19 lines
451 B
Plaintext
19 lines
451 B
Plaintext
# 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
|
|
*.ts @Kaifuny
|
|
*.html @Kaifuny
|
|
*.java @lecjy
|
|
*.sql @hailiang-wang
|
|
pom.xml @hailiang-wang
|
|
|
|
docs/* @SAMZONG
|
|
README* @SAMZONG
|