From a8d8a0de2c7e436599620c874a4d4d6b8e321d94 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 2 Feb 2021 17:52:27 -0800 Subject: [PATCH] chore: update CODEOWNERS config (#281) --- packages/google-devtools-containeranalysis/.repo-metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/google-devtools-containeranalysis/.repo-metadata.json b/packages/google-devtools-containeranalysis/.repo-metadata.json index f90e47b0697..589d9e3b3f2 100644 --- a/packages/google-devtools-containeranalysis/.repo-metadata.json +++ b/packages/google-devtools-containeranalysis/.repo-metadata.json @@ -9,5 +9,6 @@ "repo": "googleapis/nodejs-containeranalysis", "distribution_name": "@google-cloud/containeranalysis", "api_id": "containeranalysis.googleapis.com", - "requires_billing": true + "requires_billing": true, + "codeowner_team": "@googleapis/cicd" }