From 4d36112328adddbcfcea7e755af9e4855b4cbd36 Mon Sep 17 00:00:00 2001 From: nmccullagh-r7 <107099620+nmccullagh-r7@users.noreply.github.com> Date: Thu, 9 Jan 2025 12:04:00 +0000 Subject: [PATCH] Add Codeowner File (#3036) --- .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 0000000000..2c5b09d6fc --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# Lines starting with '#' are comments. +# Each line is a file pattern followed by one or more owners. + +# These owners will be the default owners for everything in the repo. +* @rapid7/soar-backend