From 76c9ca79a4a3c9d17040fd3a8b1e2bd26ce0e9d8 Mon Sep 17 00:00:00 2001 From: Adam Ross Date: Fri, 20 Sep 2024 09:17:47 -0700 Subject: [PATCH] Update CODEOWNERS: Add cloud-samples-infra as a repo config CODEOWNER --- CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d1ec34b8bc..55012d45e6 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,13 +5,13 @@ ## Default ownership * @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers -## Only primary language review team has ownership on repo infrastructure -/* @GoogleCloudPlatform/nodejs-samples-reviewers # root files -.github/* @GoogleCloudPlatform/nodejs-samples-reviewers # common tooling configurations -.github/workflows/utils/* @GoogleCloudPlatform/nodejs-samples-reviewers # reusable workflows components +## Repository Infrastructure +/* @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-infra # root files +.github/* @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-infra # common tooling configurations +.github/workflows/utils/* @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-infra # reusable workflows components -# Kokoro -.kokoro @GoogleCloudPlatform/nodejs-docs-samples-owners +## Kokoro CI Configuration (Requires maintainer review) +.kokoro @GoogleCloudPlatform/nodejs-docs-samples-owners @GoogleCloudPlatform/cloud-samples-infra # Infrastructure auth @GoogleCloudPlatform/googleapis-auth @GoogleCloudPlatform/dee-infra @GoogleCloudPlatform/nodejs-samples-reviewers @GoogleCloudPlatform/cloud-samples-reviewers