From cd9592dadbb8811c65b71b3370aa5fb9ba3143c8 Mon Sep 17 00:00:00 2001 From: multifandom hellscapes Date: Fri, 11 Aug 2023 17:22:05 +0000 Subject: [PATCH] Add codeowners file for automatic MR reviewer assignment Co-authored-by: @ajhalili2006 Signed-off-by: multifandom hellscapes --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..b9e5640 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# team bios +# add yours using the following template: team/your-username-here.md @username +team/ajhalili2006.md @ajhalili2006 + +# everything else +* @recaptime-dev/squad \ No newline at end of file