From 1483b7024b7889df4d1ee38acd46dbea34205a26 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:46:39 +0200 Subject: [PATCH] Update CODEOWNERS to remove @borda Removed @borda as a default owner for the repository. --- .github/CODEOWNERS | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 93d7679..44fb262 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,10 +2,6 @@ # 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. -* @borda @k223kim @aniketmaurya @Abdul-0x4A @Danidapena @tchaton - -# CI/CD and configs -/.github/ @borda -*.yml @borda +* @k223kim @aniketmaurya @Abdul-0x4A @Danidapena @tchaton /README.md @williamfalcon