From 848229d17550bdf373eb44b1b74e34f3eb70539a Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Tue, 21 Oct 2025 10:22:24 -0400 Subject: [PATCH] chore: rm outdated CODEOWNERS --- .github/CODEOWNERS | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index db2d8ad1747b..000000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,13 +0,0 @@ -# Code owners file. -# This file controls who is tagged for review for any given pull request. - -# For syntax help see: -# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax - -* @googleapis/yoshi-java - -# The java-samples-reviewers team is the default owner for samples changes -samples/**/*.java @googleapis/java-samples-reviewers - -# Generated snippets should not be owned by samples reviewers -samples/snippets/generated/ @googleapis/yoshi-java