[Python-checkins] Add `@ezio-melotti` as codeowner for `.github/`. (#98079)

ezio-melotti webhook-mailer at python.org
Sat Oct 8 03:11:50 EDT 2022


https://github.com/python/cpython/commit/531ffaa7cdc58c5df2abe505803394dbd5293602
commit: 531ffaa7cdc58c5df2abe505803394dbd5293602
branch: main
author: Ezio Melotti <ezio.melotti at gmail.com>
committer: ezio-melotti <ezio.melotti at gmail.com>
date: 2022-10-08T09:11:38+02:00
summary:

Add `@ezio-melotti` as codeowner for `.github/`. (#98079)

files:
M .github/CODEOWNERS

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
 



More information about the Python-checkins mailing list