diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-10-08 08:12:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 08:12:01 (GMT) |
commit | 15a11a69e0001eb13998e96a6698dc61937c1d2f (patch) | |
tree | 6c21f5ea698057109e61eb011715bf4094532659 | |
parent | a2ce21f763c03dc36a28ee3e4d8808eb3928075f (diff) | |
download | cpython-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/CODEOWNERS | 3 |
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 |