From 5da7d9e292dcd8d830dabf14d0d338d0a62d94ba Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Wed, 24 Sep 2025 14:11:40 +0200 Subject: [PATCH] Add CODEOWNERS file (#1729) --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..1ed2db9a5 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# See https://docs.github.com/de/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# For combination with "Require review from code owners" for main-ose branch: +* @bitfireAT/app-dev