From d4d852135ef82090fc7deaba97ffd7564e7be923 Mon Sep 17 00:00:00 2001 From: Brian Johnson <34129+bridiver@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:27:42 -0700 Subject: [PATCH] Move non-critical rules out of critical code owner section (#32401) --- .github/CODEOWNERS | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 928eb7cba9e..ffb09d1969c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -208,6 +208,10 @@ android/java/org/chromium/chrome/browser/util/BraveDynamicColors.java @brave/And # mojo interfaces should be implemented directly by the underlying classes browser/ai_chat/ai_chat_settings_helper.* @bridiver @petemill +# Brave Account +*brave_account* @szilardszaloki +*BraveAccount* @szilardszaloki + # These rules are last to take precedence over directory rules.Do not add any # new rules below this line without checking with @bridiver @@ -279,6 +283,7 @@ content_settings_types.mojom @brave/content-settings-reviewers *_service_factory.mm @brave/brave-core-owners *_service_factory_ios.mm @brave/brave-core-owners -# Brave Account -*brave_account* @szilardszaloki -*BraveAccount* @szilardszaloki + +# These rules are last to take precedence over directory rules. Do not add any +# new rules at the end of this file or below the comment above that indicates +# the start of this list