From 83644b41c9edabc44c2cac4c0631374c286eab48 Mon Sep 17 00:00:00 2001 From: Eli K Miller Date: Fri, 6 Sep 2024 10:17:30 -0500 Subject: [PATCH] chore: establish @BloodHoundAD/engineering as the code owner for the entire repository --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..5640f3f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# An approval from a member of the BloodHound Engineering team will be +# required when someone opens a pull request. +* @BloodHoundAD/engineering