[Python-checkins] Add @asvetlov to asyncio codeowners (#4917)

Andrew Svetlov webhook-mailer at python.org
Mon Dec 18 11:20:44 EST 2017


https://github.com/python/cpython/commit/02e4b7f35419a632b21d17435a61729b97ca0804
commit: 02e4b7f35419a632b21d17435a61729b97ca0804
branch: master
author: Andrew Svetlov <andrew.svetlov at gmail.com>
committer: GitHub <noreply at github.com>
date: 2017-12-18T18:20:42+02:00
summary:

Add @asvetlov to asyncio codeowners (#4917)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3511dcf94a1..d751a918d0d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,7 +5,7 @@
 # https://git-scm.com/docs/gitignore#_pattern_format
 
 # asyncio
-**/*asyncio*                  @1st1
+**/*asyncio*                  @1st1 @asvetlov
 
 # Core
 **/*genobject*                @1st1



More information about the Python-checkins mailing list