[Python-checkins] Add hugovk as a .github code owner (GH-103394)

miss-islington webhook-mailer at python.org
Sun Apr 9 03:43:08 EDT 2023


https://github.com/python/cpython/commit/c330b4a3e7b34308ad97d51de9ab8f4e51a0805c
commit: c330b4a3e7b34308ad97d51de9ab8f4e51a0805c
branch: main
author: Hugo van Kemenade <hugovk at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-04-09T00:43:01-07:00
summary:

Add hugovk as a .github code owner (GH-103394)



Automerge-Triggered-By: GH:hugovk

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fc1bb3388976..60af0519cdb7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,7 +5,7 @@
 # https://git-scm.com/docs/gitignore#_pattern_format
 
 # GitHub
-.github/**                    @ezio-melotti
+.github/**                    @ezio-melotti @hugovk
 
 # Build system
 configure*                    @erlend-aasland @corona10



More information about the Python-checkins mailing list