From 02e4b7f35419a632b21d17435a61729b97ca0804 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Mon, 18 Dec 2017 18:20:42 +0200 Subject: [PATCH] Add @asvetlov to asyncio codeowners (#4917) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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