From 53c412e99178ae65a5e540cf1a95eae55ad3255e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Zejnilovi=C4=87?= Date: Tue, 16 Aug 2022 13:42:15 +0200 Subject: [PATCH] Fix codeowners file Codeowners file takes rules one by one. That means rules overwrite each other. The latest rule overwrites the preceding rules. --- .github/CODEOWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0570e91..ec85929 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1 @@ -* @Zejnilovic -* @dk1844 -* @benedeki -* @lsulak +* @Zejnilovic @dk1844 @benedeki @lsulak