From 33b04b384cb94b00b8afcff042a06fa498077d8b Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Thu, 22 Aug 2019 14:34:08 -0700 Subject: [PATCH] Add CODEOWNERS file to vmpooler --- CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a113f39 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,9 @@ + +# This will cause QE to be assigned review of any opened PRs against +# the branches containing this file. +# See https://help.github.com/en/articles/about-code-owners for info on how to +# take ownership of parts of the code base that should be reviewed by another +# team. + +* @puppetlabs/qe-team +