From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 8 Oct 2022 08:12:01 +0000 (-0700) Subject: Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079) X-Git-Tag: v3.10.8~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15a11a69e0001eb13998e96a6698dc61937c1d2f;p=thirdparty%2FPython%2Fcpython.git Add `@ezio-melotti` as codeowner for `.github/`. (GH-98079) (cherry picked from commit 531ffaa7cdc58c5df2abe505803394dbd5293602) Co-authored-by: Ezio Melotti --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 173b957b108c..3c4e8697f807 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