[Python-checkins] Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (GH-27210) (#27213)

ambv webhook-mailer at python.org
Sat Jul 17 05:46:18 EDT 2021


https://github.com/python/cpython/commit/8187033de10ee94c4997ab619f9ee4f255aa0b4c
commit: 8187033de10ee94c4997ab619f9ee4f255aa0b4c
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-07-17T11:46:11+02:00
summary:

Replace @ilevkivskyi with @Fidget-Spinner as typing code owner (GH-27210) (#27213)

(cherry picked from commit 311ee83adb40a9b549af8e0b546a787e8eb01f5d)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index eb6fc2c184236e..281c9a9979ed0a 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -111,7 +111,7 @@ Include/pytime.h              @pganssle @abalkin
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @ilevkivskyi
+**/*typing*                   @gvanrossum @Fidget-Spinner
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo



More information about the Python-checkins mailing list