]> granicus.if.org Git - python/commitdiff
Add @1st1 as co-owner of asyncio and genobject (#2978)
authorYury Selivanov <yury@magic.io>
Tue, 1 Aug 2017 22:41:33 +0000 (18:41 -0400)
committerGitHub <noreply@github.com>
Tue, 1 Aug 2017 22:41:33 +0000 (18:41 -0400)
.github/CODEOWNERS

index 1dc79f7dec6ad90876132f81220dfd00f675169e..137681b9a956bc8bad40893bb73137e3dabfa5b7 100644 (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