summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-08 08:12:01 (GMT)
committerGitHub <noreply@github.com>2022-10-08 08:12:01 (GMT)
commit15a11a69e0001eb13998e96a6698dc61937c1d2f (patch)
tree6c21f5ea698057109e61eb011715bf4094532659
parenta2ce21f763c03dc36a28ee3e4d8808eb3928075f (diff)
downloadcpython-15a11a69e0001eb13998e96a6698dc61937c1d2f.zip
cpython-15a11a69e0001eb13998e96a6698dc61937c1d2f.tar.gz
cpython-15a11a69e0001eb13998e96a6698dc61937c1d2f.tar.bz2
Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079)
(cherry picked from commit 531ffaa7cdc58c5df2abe505803394dbd5293602) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 173b957..3c4e869 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -4,6 +4,9 @@
# It uses the same pattern rule for gitignore file
# https://git-scm.com/docs/gitignore#_pattern_format
+# GitHub
+.github/** @ezio-melotti
+
# asyncio
**/*asyncio* @1st1 @asvetlov