summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2022-10-08 07:11:38 (GMT)
committerGitHub <noreply@github.com>2022-10-08 07:11:38 (GMT)
commit531ffaa7cdc58c5df2abe505803394dbd5293602 (patch)
tree77e1649bf889d6d660f24b62f23c20ec7bb2ccef /.github
parent296313002fde56f52d6c81f17d7ba5c2eb57d098 (diff)
downloadcpython-531ffaa7cdc58c5df2abe505803394dbd5293602.zip
cpython-531ffaa7cdc58c5df2abe505803394dbd5293602.tar.gz
cpython-531ffaa7cdc58c5df2abe505803394dbd5293602.tar.bz2
Add `@ezio-melotti` as codeowner for `.github/`. (#98079)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2568560..585589d 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 @gvanrossum