mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
feat: Add some code owner (#19414)
* feature trial: add owner * add default code owner * no default file owner
This commit is contained in:
parent
802a4a117f
commit
a31748d0f8
@ -2,3 +2,11 @@
|
|||||||
# A CODEOWNERS file uses a pattern that follows the same rules used in gitignore files.
|
# 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.
|
# 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.
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user