From bc65050dce59ef1c4978bb80372a6bd9c8967cfb Mon Sep 17 00:00:00 2001 From: Ognjen Djuricic <160603639+odjuricicTT@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:54:32 +0100 Subject: [PATCH] Fix codeowners file (#1580) Every new line in CODEOWNERS overrides all previous owners so child directories must always come after parents. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f49354540..8e23597a4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -28,5 +28,5 @@ /test/ttmlir/Dialect/TTNN/optimizer/ @nobradovictt @odjuricicTT /test/ttmlir/Silicon/TTNN/optimizer/ @nobradovictt @odjuricicTT /test/unittests/Optimizer @nobradovictt @odjuricicTT -/tools/explorer/ @odjuricicTT @nobradovictt @vprajapati-tt /tools/ @svuckovicTT @mtopalovicTT +/tools/explorer/ @odjuricicTT @nobradovictt @vprajapati-tt