From 8b4171fe238a99979ce9f15ca323be92a4bd1dc8 Mon Sep 17 00:00:00 2001 From: Jeff Maher <950486+jeffmaher@users.noreply.github.com> Date: Fri, 27 Dec 2019 13:55:45 -0500 Subject: [PATCH] Revert "Remove CODEOWNERS (#5)" This reverts commit aa1c842992a864890df2bc6ca29ca8ba1ff31c92. --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..96f2c25 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# Indicates who needs to approve what kinds of pull request based on file touched +# This file is read in last-in precendence order (i.e. settings for bottom-most win) + +# Default: engineering needs to review changes to files +* @cds-snc/esdc-cppd-devs + +# DEV: Product managers need to approve +# (uncomment after some releases have been made) +# DEV.json @cds-snc/esdc-cppd-product + +# DEV: Product managers need to approve +# (uncomment after a test release to prod has been performed -- also, create this group) +# PROD.json @cds-snc/esdc-cppd-owners