From df00265e9c76bcbfb7bd218a0ab49755aeeed1a9 Mon Sep 17 00:00:00 2001 From: Deanna Garcia Date: Mon, 2 Dec 2024 09:41:32 -0800 Subject: [PATCH] Remove protobuf-compiler, protobuf-cpp, and protobuf-btr auto assign since they are too broad of a group. Prefer onduty to review or assign a reviewer. We keep auto assign for languages with small codebases and small support teams. PiperOrigin-RevId: 701997126 --- .github/CODEOWNERS | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f3206a4f6256..560efa994599 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,3 @@ -/src/ @protocolbuffers/protobuf-compiler - -/src/google/protobuf/compiler/cpp @protocolbuffers/protobuf-cpp - /csharp/ @protocolbuffers/protobuf-csharp /src/google/protobuf/compiler/csharp/ @protocolbuffers/protobuf-csharp @@ -25,13 +21,3 @@ /ruby/ @protocolbuffers/protobuf-ruby /src/google/protobuf/compiler/ruby/ @protocolbuffers/protobuf-ruby - -/build_defs/ @protocolbuffers/protobuf-btr -/cmake/ @protocolbuffers/protobuf-btr -/pkg/ @protocolbuffers/protobuf-btr -/toolchain/ @protocolbuffers/protobuf-btr -/conformance/ @protocolbuffers/protobuf-btr -/kokoro/ @protocolbuffers/protobuf-btr -/third_party/ @protocolbuffers/protobuf-btr -*.bazel @protocolbuffers/protobuf-btr -/.github/ @protocolbuffers/protobuf-btr