Remove global owners from Bazel CODEOWNERS.
GitHub assigns *everyone* in a team to a PR, if it matches. Let's not assign everyone to a PR.
RELNOTES: None.
PiperOrigin-RevId: 206350165
diff --git a/CODEOWNERS b/CODEOWNERS
index 57dd9db..3f91ceb 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -11,17 +11,6 @@
# auto-assignment to work, unless everyone in the team has write permissions to the repository.
# See https://github.community/t5/How-to-use-Git-and-GitHub/CODEOWNERS-works-with-users-but-not-teams/td-p/4986
-# Global owners
-# -------------
-
-# Bazel Leads
-* @jhfield
-* @ulfjack
-* @dslomov
-
-# Core Bazel team in the bazelbuild GitHub organization.
-* @bazelbuild/bazel
-
# Component owners
# ----------------