From 4103cd7b110a46b286df6e4af8876513cbdb5fe4 Mon Sep 17 00:00:00 2001 From: Eli K Miller Date: Thu, 5 Sep 2024 11:57:09 -0500 Subject: [PATCH] chore: establish @SpecterOps/bloodhound-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 000000000..423050596 --- /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. +* @SpecterOps/bloodhound-engineering