From 3c5b12ba6e65af5fac6cd22b28adb7024cefa0a5 Mon Sep 17 00:00:00 2001 From: Gabriel Pan Gantes Date: Thu, 21 May 2026 16:20:18 +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 — this is a quickstart repo, granular ownership adds noise without adding value. --- .github/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d75afa7..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/tech-leaders +* @pluggyai/public-codeowners