From 93b4a3f91299178d1eb38d151c5d226e5228bbd9 Mon Sep 17 00:00:00 2001 From: Don McCasland Date: Tue, 8 Dec 2020 12:06:14 -0800 Subject: [PATCH 1/2] fix: Updating CODEOWNERS to new CICD DPE team Fixing #64 Updating default reviewers to Cloud DPE CICD team --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 30c3973..4d495c8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # 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 +* @googleapis/cicd # The python-samples-reviewers team is the default owner for samples changes -/samples/ @googleapis/python-samples-owners \ No newline at end of file +/samples/ @googleapis/python-samples-owners From 1bfde6615d11eaa0aa8b0adc168bf84578f5e92a Mon Sep 17 00:00:00 2001 From: Don McCasland Date: Tue, 8 Dec 2020 12:29:51 -0800 Subject: [PATCH 2/2] fix: Adding yoshi-python back in --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d495c8..e2ec9cb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # 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/cicd +* @googleapis/yoshi-python @googleapis/cicd # The python-samples-reviewers team is the default owner for samples changes /samples/ @googleapis/python-samples-owners