We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7345145 commit af8c126Copy full SHA for af8c126
.github/CODEOWNERS
@@ -5,8 +5,8 @@
5
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6
7
8
-# The @googleapis/api-pubsub is the default owner for changes in this repo
9
-* @googleapis/api-pubsub
+# The @googleapis/api-pubsub and yoshi-python are the default owners for changes in this repo
+* @googleapis/api-pubsub @googleapis/yoshi-python
10
11
-# The python-samples-reviewers team is the default owner for samples changes
12
-/samples/ @googleapis/api-pubsub @googleapis/python-samples-owners
+# Additionally, the python-samples-reviewers team is also among the default owners for samples changes
+/samples/ @googleapis/api-pubsub @googleapis/python-samples-owners @googleapis/yoshi-python
0 commit comments