Add @1st1 as co-owner of asyncio and genobject (#2978)

This commit is contained in:
Yury Selivanov 2017-08-01 18:41:33 -04:00 committed by GitHub
parent 173ff4a58a
commit 9d8e6ec8d2

6
.github/CODEOWNERS vendored
View file

@ -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