From ec89fc4bf9253a3e02ee8d6884f46a5e15635881 Mon Sep 17 00:00:00 2001 From: Simon Hirtreiter Date: Fri, 26 Jul 2024 15:08:11 +0200 Subject: [PATCH] :construction_worker: add CODEOWNERS file --- .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 00000000..d7bf2aa5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# These owners will be the default owners for everything in the repo. +* @it-at-m/refarch-admin @it-at-m/refarch-maintainer + +# Protect CODEOWNERS file itself against modification +/.github/CODEOWNERS @it-at-m/refarch-admin \ No newline at end of file