]> granicus.if.org Git - python/commitdiff
Add @asvetlov to asyncio codeowners (#4917)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 18 Dec 2017 16:20:42 +0000 (18:20 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2017 16:20:42 +0000 (18:20 +0200)
.github/CODEOWNERS

index 3511dcf94a1a7e7abf51ce24915f145f384e0329..d751a918d0dc0646f592174f7bcf236f46599165 100644 (file)
@@ -5,7 +5,7 @@
 # https://git-scm.com/docs/gitignore#_pattern_format
 
 # asyncio
-**/*asyncio*                  @1st1
+**/*asyncio*                  @1st1 @asvetlov
 
 # Core
 **/*genobject*                @1st1