summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-04-09 07:43:01 (GMT)
committerGitHub <noreply@github.com>2023-04-09 07:43:01 (GMT)
commitc330b4a3e7b34308ad97d51de9ab8f4e51a0805c (patch)
tree81731fa0054a392ee45b3c29f59a4ba292f1249a /.github
parent090e26ea807aa414d6a6a01d9365b0288c10a5db (diff)
downloadcpython-c330b4a3e7b34308ad97d51de9ab8f4e51a0805c.zip
cpython-c330b4a3e7b34308ad97d51de9ab8f4e51a0805c.tar.gz
cpython-c330b4a3e7b34308ad97d51de9ab8f4e51a0805c.tar.bz2
Add hugovk as a .github code owner (GH-103394)
Automerge-Triggered-By: GH:hugovk
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index fc1bb33..60af051 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