From 5da73896904cc15035561a6dfde1e2605d685cc5 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 21 Oct 2025 12:25:24 +0200 Subject: [PATCH] Add CODEOWNERS Add CODEOWNERS file for automated assignment of reviewers. For now, just adding the maintainers. --- .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 0000000..39704b3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# default owners = active maintainers +* @dilpath @m-philipps