From 7d3c0b6b0f647db6da2e4e3c5c77986bcb6042c6 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 28 Sep 2020 19:43:30 -0600 Subject: [PATCH] chore: add codeowners (#66) --- packages/google-cloud-securitycenter/.github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/google-cloud-securitycenter/.github/CODEOWNERS b/packages/google-cloud-securitycenter/.github/CODEOWNERS index 3b4e68046307..19dd3233b8d7 100644 --- a/packages/google-cloud-securitycenter/.github/CODEOWNERS +++ b/packages/google-cloud-securitycenter/.github/CODEOWNERS @@ -3,6 +3,9 @@ # # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax + +# The @googleapis/yoshi-python is the default owner for changes in this repo +* @googleapis/yoshi-python /samples/ @tdh911 @googleapis/python-samples-owners \ No newline at end of file