From: Hugo van Kemenade Date: Sun, 9 Apr 2023 07:43:01 +0000 (+0300) Subject: Add hugovk as a .github code owner (GH-103394) X-Git-Tag: v3.12.0b1~596 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c330b4a3e7b34308ad97d51de9ab8f4e51a0805c;p=thirdparty%2FPython%2Fcpython.git Add hugovk as a .github code owner (GH-103394) Automerge-Triggered-By: GH:hugovk --- 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