Skip to content

Commit

Permalink
feat: Add some code owner (#19414)
Browse files Browse the repository at this point in the history
* feature trial: add owner

* add default code owner

* no default file owner
  • Loading branch information
yoyo837 authored and afc163 committed Oct 26, 2019
1 parent 802a4a1 commit a31748d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -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

0 comments on commit a31748d

Please sign in to comment.