From d0361c2cacfd5192b8e5091064bea6b87edadb8c Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Thu, 29 Apr 2021 12:34:05 -0500 Subject: [PATCH] chore: add yoshi to CODEOWNERS (#39) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-data-qna/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes # 🦕 --- packages/google-cloud-data-qna/.github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/google-cloud-data-qna/.github/CODEOWNERS b/packages/google-cloud-data-qna/.github/CODEOWNERS index e5cc86104a16..ae570eb01219 100644 --- a/packages/google-cloud-data-qna/.github/CODEOWNERS +++ b/packages/google-cloud-data-qna/.github/CODEOWNERS @@ -5,6 +5,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/api-bigquery is the default owner for changes in this repo -* @googleapis/api-bigquery +* @googleapis/api-bigquery @googleapis/yoshi-python +# The python-samples-reviewers team is the default owner for samples changes /samples/ @googleapis/python-samples-owners