From 78f39e9188de7f86e877cadcc46d99ca15b25ae8 Mon Sep 17 00:00:00 2001 From: Matt Rice Date: Mon, 30 Dec 2024 23:48:28 -0500 Subject: [PATCH] fix: add codeowners Signed-off-by: Matt Rice --- CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..38bf747b5 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,14 @@ + +# This is a comment. +# Each line is a file pattern followed by one or more owners. +# Note: CODEOWNERS are automatically requested for review on relevant PRs. +# Order is important; the last matching pattern takes the most +# precedence. + +# These owners will be the default owners for everything in +# the repo unless a later match takes precedence. +* @mrice32 @nicholaspai @dohaki @james-a-morris + +# Serverless api +api/* @mrice32 @nicholaspai @dohaki @james-a-morris @pxrl +