From 00fce69711c61d4fc9d40174b88d3d208567e2c4 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Mon, 31 Jul 2017 20:56:12 -0700 Subject: [PATCH] Create CODEOWNERS (GH-2924) Copied over info from .mention-bot --- .github/CODEOWNERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..d1ebf2c2ba --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# See https://help.github.com/articles/about-codeowners/ +# for more info about CODEOWNERS file + +# It uses the same pattern rule for gitignore file +# https://git-scm.com/docs/gitignore#_pattern_format + +# Hashing +**/*hashlib* @tiran +**/*pyhash* @tiran + +# SSL +**/*ssl* @tiran -- 2.50.1