summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2017-12-18 18:20:42 +0200
committerGitHub <noreply@github.com>2017-12-18 18:20:42 +0200
commit02e4b7f35419a632b21d17435a61729b97ca0804 (patch)
treefc286ca84a1e5473eb049c259fad2ddee8fa6fad /.github
parentbd6ec4d79e8575df3d08f8a89ba721930032714c (diff)
downloadcpython-git-02e4b7f35419a632b21d17435a61729b97ca0804.tar.gz
Add @asvetlov to asyncio codeowners (#4917)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
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