From 6734f0c94a322d6fe316c0fcc6fae4c4b10b7e41 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Wed, 8 Oct 2025 17:11:16 +0200 Subject: [PATCH] Use individual members in `CODEOWNERS` file Teams working on this project are not public so we must list individual accounts as owners. --- .github/CODEOWNERS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e9c3831..522f007 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,7 @@ -* @slidoapp/team-presentations \ No newline at end of file +# markdown-cli tool code owners + +# Source code is owned by @slidoapp/team-presentations team +* @DominikPalo @jozefizso @m-kovac @filipbodor + +# CODEOWNERS definitions are owned by admins from @slidoapp/team-presentations-admins team +.github/CODEOWNERS @DominikPalo @jozefizso