From c0ea0a9a55d13f70e71fdaf9890c21b5e43daea6 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 20 Jan 2022 05:49:05 +0000 Subject: [PATCH] Add Adam Turner as the default reviewer for PEP infrastructure (#2253) --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7f95b9fc8..c6809c133 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,6 +5,20 @@ # The PEP editors are the fallback "owners" for everything in this repository. * @python/pep-editors +# PEP infrastructure +pep0/ @AA-Turner +docutils.conf @AA-Turner +genpepindex.py @AA-Turner +pep2html.py @AA-Turner +pep2rss.py @AA-Turner + +pep_sphinx_extensions/ @AA-Turner +AUTHOR_OVERRIDES.csv @AA-Turner +contents.rst @AA-Turner +build.py @AA-Turner +conf.py @AA-Turner +generate_rss.py @AA-Turner + pep-0001.txt @warsaw @ncoghlan pep-0001-process_flow.png @warsaw @ncoghlan pep-0001/ @warsaw @ncoghlan