From 61245df5f6001fa1d4648dc7380d6bf515f4ffc2 Mon Sep 17 00:00:00 2001 From: Gabriel Pan Gantes Date: Thu, 21 May 2026 16:21:49 +0200 Subject: [PATCH] Set @pluggyai/public-codeowners as the single repo CODEOWNER MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces the previous wildcard owners with a single team. No path-specific rules — one team owns the repo. --- .github/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 93d9e27..776a72a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,7 @@ ## Code changes in submitted PRs will include the following -## team/users as default reviewers. -## For this to be valid, these users have to have Write access to the repo. +## team as the default reviewer. +## For this to be valid, the team has to have Write access to the repo. ## ## docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners -## -* @pluggyai/ramen +* @pluggyai/public-codeowners