summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b42e1c9..17d7ef4 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,7 +8,9 @@
**/*asyncio* @1st1 @asvetlov
# Core
+**/*context* @1st1
**/*genobject* @1st1
+**/*hamt* @1st1
# Hashing
**/*hashlib* @python/crypto-team