From 371cf3550a6e90e2fad0bba1c7ce6b321c0aecd5 Mon Sep 17 00:00:00 2001 From: Mitch Goudy Date: Fri, 8 May 2026 12:57:31 -0600 Subject: [PATCH] fix: restrict google-docs CODEOWNERS to team-10-pines [] Without this, the * catch-all auto-requests team-extensibility and team-marketplace on every google-docs PR, blocking 10pines from merging their own PRs with a single peer approval. Co-Authored-By: Claude Sonnet 4.6 --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4ec178a2d0..2cfda10b84 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,6 +16,10 @@ examples/native-external-references-mockshop @contentful/team-entity-architectur examples/native-external-references-tmdb @contentful/team-entity-architecture function-examples/external-references @contentful/team-entity-architecture +# 10pines solely owns google-docs so they can approve each other's PRs without requiring team-extensibility or team-marketplace + +apps/google-docs @contentful/team-10-pines + # package.json and package-lock.json should be unowned so that dependabot can automatically update dependencies **/package.json