From dcffd9a3cf0623da9abe7d2e87c743f919736840 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 27 May 2022 03:04:40 +0200 Subject: [PATCH] Add codeowners (#3079) * Add codeowners * use direct user handles --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..e87a705e10 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# General owner is the maintainers team +* @SchrodingersGat + +# plugins are co-owned +/InvenTree/plugin/ @SchrodingersGat @matmair +/InvenTree/plugins/ @SchrodingersGat @matmair