From b7f8a4cee69a2ab46d18f8217adfeb4306d80038 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:17:43 +0200 Subject: [PATCH] Update CODEOWNERS to modify ownership assignments Removed @borda from global owners and CI/CD file patterns. --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1f1615773..f2f7b7d55 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,10 +2,10 @@ # These owners will be the default owners for everything in the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for review when someone opens a pull request. -* @tchaton @lantiga @justusschock @borda +* @tchaton @lantiga @justusschock # CI/CD and configs -/.github/ @borda @tchaton @lantiga -*.yml @borda @tchaton @lantiga +/.github/ @tchaton @justusschock +*.yml @tchaton @justusschock /src @tchaton @lantiga @justusschock