From: Andrew Svetlov Date: Mon, 18 Dec 2017 16:20:42 +0000 (+0200) Subject: Add @asvetlov to asyncio codeowners (#4917) X-Git-Tag: v3.7.0a4~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02e4b7f35419a632b21d17435a61729b97ca0804;p=python Add @asvetlov to asyncio codeowners (#4917) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3511dcf94a..d751a918d0 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