mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
Add @1st1 as co-owner of asyncio and genobject (#2978)
This commit is contained in:
parent
173ff4a58a
commit
9d8e6ec8d2
1 changed files with 6 additions and 0 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
|
@ -4,6 +4,12 @@
|
|||
# It uses the same pattern rule for gitignore file
|
||||
# https://git-scm.com/docs/gitignore#_pattern_format
|
||||
|
||||
# asyncio
|
||||
**/*asyncio* @1st1
|
||||
|
||||
# Core
|
||||
**/*genobject* @1st1
|
||||
|
||||
# Hashing
|
||||
**/*hashlib* @tiran
|
||||
**/*pyhash* @tiran
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue