From 37b26d57f00a022b4286425439c14b803010ec7a Mon Sep 17 00:00:00 2001 From: Nikola Radakovic Date: Tue, 15 Sep 2026 13:54:22 +0100 Subject: [PATCH] Update CODEOWNERs list Add new user to the codeowners list. --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 428f05a..9aa5141 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,9 +19,9 @@ # Note: last match wins # By Default reviews go to the infrastructure community, to address missing lines in this document. -* @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri +* @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri @odra # All special files go to infrastructure as well. -.* @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri +.* @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri @odra # All repository managment files belig to infrastructure community. -.github/ISSUE_TEMPLATE/ @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri -.github/CODEOWNERS @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri \ No newline at end of file +.github/ISSUE_TEMPLATE/ @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri @odra +.github/CODEOWNERS @AlexanderLanin @dcalavrezo-qorix @nradakovic @antonkri @odra \ No newline at end of file