From e5471117e441514984fc79e3b4fe20d1e817d585 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 22 Mar 2026 14:35:03 +0200 Subject: [PATCH] chore: add CODEOWNERS file (#201) --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fe31f9e..f742a9d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -* ivuorinen +# Default code owner for all files +* @ivuorinen