Skip to content

Commit

Permalink
Add my to code owner for more areas (python#13650)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran authored May 29, 2019
1 parent 9ddc416 commit 1c99926
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1c99926

Please sign in to comment.