From f95c660dc5dd1c29744e5d95326a444f7298542c Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 24 Jun 2019 15:34:52 +0200 Subject: [PATCH] Add CODEOWNERS file Follow https://github.blog/2017-07-06-introducing-code-owners/ to allow us to use Pull reminders. --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..139845afd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +* @bboreham +* @fbarl +* @2opremio +* @satyamz +* @qiell