From f95c660dc5dd1c29744e5d95326a444f7298542c Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 24 Jun 2019 15:34:52 +0200 Subject: [PATCH 1/3] 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 From afc28568286aff109b90ec296cbf22dec2fc423b Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 24 Jun 2019 16:00:11 +0200 Subject: [PATCH 2/3] @2opremio asked to be removed --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 139845afd..1915506a0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,5 @@ # These owners will be the default owners for everything in the repo. * @bboreham * @fbarl -* @2opremio * @satyamz * @qiell From e3819f83fe85efd675528a41663d1edaed5f2681 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 24 Jun 2019 16:36:09 +0200 Subject: [PATCH 3/3] fix spaces --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1915506a0..a9ade1731 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # 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 +* @bboreham * @fbarl * @satyamz * @qiell