From 56440c4334172b12b8a4e0e3ad20b34dac4c607f Mon Sep 17 00:00:00 2001 From: Jeremy Schlatter Date: Fri, 16 Jan 2026 14:18:32 -0800 Subject: [PATCH] fix CODEOWNERS syntax > If you want to match two or more code owners with the same pattern, > all the code owners must be on the same line. If the code owners are > not on the same line, the pattern matches only the last mentioned code > owner. - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners --- CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 05d1176..8f385d0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,2 +1 @@ -* @dmitrii-palisaderesearch -* @sergey-koldyba +* @dmitrii-palisaderesearch @sergey-koldyba