From: Yury Selivanov Date: Tue, 1 Aug 2017 22:41:33 +0000 (-0400) Subject: Add @1st1 as co-owner of asyncio and genobject (#2978) X-Git-Tag: v3.7.0a1~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d8e6ec8d2f7d6abd6c526adabacc13fd1ab4ee1;p=python Add @1st1 as co-owner of asyncio and genobject (#2978) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1dc79f7dec..137681b9a9 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