diff options
author | Yury Selivanov <yury@magic.io> | 2017-08-01 22:41:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 22:41:33 (GMT) |
commit | 9d8e6ec8d2f7d6abd6c526adabacc13fd1ab4ee1 (patch) | |
tree | cc53e07879873d4a8d001613e63010d59cbe84c0 /.github | |
parent | 173ff4a58a6b337fe8a0eb44f211f33f278d3d5f (diff) | |
download | cpython-9d8e6ec8d2f7d6abd6c526adabacc13fd1ab4ee1.zip cpython-9d8e6ec8d2f7d6abd6c526adabacc13fd1ab4ee1.tar.gz cpython-9d8e6ec8d2f7d6abd6c526adabacc13fd1ab4ee1.tar.bz2 |
Add @1st1 as co-owner of asyncio and genobject (#2978)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1dc79f7..137681b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |