summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-05-29 15:45:19 (GMT)
committerGitHub <noreply@github.com>2019-05-29 15:45:19 (GMT)
commit1c999262281c4a946c49614c3f8549f68049c0d9 (patch)
tree94bf1be7417269c863860aaae8e9428825b3a1f4
parent9ddc416e9f6635376312c3615193f19480ac772a (diff)
downloadcpython-1c999262281c4a946c49614c3f8549f68049c0d9.zip
cpython-1c999262281c4a946c49614c3f8549f68049c0d9.tar.gz
cpython-1c999262281c4a946c49614c3f8549f68049c0d9.tar.bz2
Add my to code owner for more areas (#13650)
-rw-r--r--.github/CODEOWNERS15
1 files changed, 11 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1638a8b..6a4ca54 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -14,8 +14,14 @@
Objects/dict* @methane
# Hashing
-**/*hashlib* @python/crypto-team
-**/*pyhash* @python/crypto-team
+**/*hashlib* @python/crypto-team @tiran
+**/*pyhash* @python/crypto-team @tiran
+**/*sha* @python/crypto-team @tiran
+**/*md5* @python/crypto-team @tiran
+**/*blake* @python/crypto-team @tiran
+/Modules/_blake2/** @python/crypto-team @tiran
+/Modules/_sha3/** @python/crypto-team @tiran
+
# HTML
/Lib/html/ @ezio-melotti
@@ -31,10 +37,11 @@ Objects/dict* @methane
# SSL
-**/*ssl* @python/crypto-team
+**/*ssl* @python/crypto-team @tiran
+**/*.pem @python/crypto-team @tiran
# CSPRNG
-Python/bootstrap_hash.c @python/crypto-team
+Python/bootstrap_hash.c @python/crypto-team @tiran
# Email and related
**/*mail* @python/email-team @maxking