From a31748d0f8794f9293f61b4197a1d75ca238d7ee Mon Sep 17 00:00:00 2001 From: Amumu Date: Sun, 27 Oct 2019 00:19:53 +0800 Subject: [PATCH] feat: Add some code owner (#19414) * feature trial: add owner * add default code owner * no default file owner --- CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index a7c62dec7eb2..7191be24e4db 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,3 +2,11 @@ # A CODEOWNERS file uses a pattern that follows the same rules used in gitignore files. # The pattern is followed by one or more GitHub usernames or team names using the standard @username or @org/team-name format. # You can also refer to a user by an email address that has been added to their GitHub account, for example user@example.com. + +# no default file owner +#/* @afc163 +/components/tree/* @zombieJ +/components/tree-select/* @zombieJ + +# ... +# other components