From fc25e4aea5efcc84d043410751b3a63b23df2c97 Mon Sep 17 00:00:00 2001 From: Jeff Maher <950486+jeffmaher@users.noreply.github.com> Date: Fri, 27 Dec 2019 13:56:36 -0500 Subject: [PATCH] Revert "Remove CODEOWNERS (#8)" This reverts commit ec2a015d69492b69e36a6dcf73c1c1294ca3f0f7. --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..68123ca --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# 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 \ No newline at end of file