From 8f3e78d102305e3348b6920cfa867aeb75023dbd Mon Sep 17 00:00:00 2001 From: Eli Byrd Date: Thu, 15 Sep 2022 14:20:15 -0500 Subject: [PATCH] Add CODEOWNERS Requirement --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..611ef0e0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# This will make it so that Pull Requests must be approved by one of the people in the Software_Leads +# Team on the MissouriMRDT GitHub + +* @MissouriMRDT/software_leads \ No newline at end of file