From: Ezio Melotti Date: Sat, 8 Oct 2022 07:11:38 +0000 (+0200) Subject: Add `@ezio-melotti` as codeowner for `.github/`. (#98079) X-Git-Tag: v3.12.0a1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=531ffaa7cdc58c5df2abe505803394dbd5293602;p=thirdparty%2FPython%2Fcpython.git Add `@ezio-melotti` as codeowner for `.github/`. (#98079) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2568560c074f..585589d6ce3b 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