summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-17 09:46:25 (GMT)
committerGitHub <noreply@github.com>2021-07-17 09:46:25 (GMT)
commite22e8641dd277478b8df7a9fe792ea551adc6932 (patch)
treec95eac887d18f5f4eb2de22800089c021e16d62e /.github
parent480f29f913cff30329e7b425fd6669f83d6d8af8 (diff)
downloadcpython-e22e8641dd277478b8df7a9fe792ea551adc6932.zip
cpython-e22e8641dd277478b8df7a9fe792ea551adc6932.tar.gz
cpython-e22e8641dd277478b8df7a9fe792ea551adc6932.tar.bz2
Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (GH-27210) (#27212)
(cherry picked from commit 311ee83adb40a9b549af8e0b546a787e8eb01f5d) Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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 5b86d39..8412314 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -128,7 +128,7 @@ Lib/ast.py @isidentical
**/*idlelib* @terryjreedy
-**/*typing* @gvanrossum @ilevkivskyi
+**/*typing* @gvanrossum @Fidget-Spinner
**/*asyncore @giampaolo
**/*asynchat @giampaolo