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

miss-islington webhook-mailer at python.org
Sat Oct 8 04:01:49 EDT 2022


https://github.com/python/cpython/commit/bdc108772495e67c3add0d742169e0df4effadb2
commit: bdc108772495e67c3add0d742169e0df4effadb2
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-08T01:01:42-07:00
summary:

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

(cherry picked from commit 531ffaa7cdc58c5df2abe505803394dbd5293602)

Co-authored-by: Ezio Melotti <ezio.melotti at gmail.com>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0aea3983fa60..227fd2bc7702 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
 



More information about the Python-checkins mailing list