Add my to code owner for more areas (#13650)

This commit is contained in:
Christian Heimes 2019-05-29 17:45:19 +02:00 committed by GitHub
parent 9ddc416e9f
commit 1c99926228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 4 deletions

15
.github/CODEOWNERS vendored
View File

@ -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