summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 440a2b93f9..af5deea722 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -22,6 +22,14 @@ Objects/dict* @methane
/Modules/_blake2/** @python/crypto-team @tiran
/Modules/_sha3/** @python/crypto-team @tiran
+# logging
+**/*logging* @vsajip
+
+# venv
+**/*venv* @vsajip
+
+# Launcher
+/PC/launcher.c @vsajip
# HTML
/Lib/html/ @ezio-melotti