File: CODEOWNERS

package info (click to toggle)
python-googleapi 2.188.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 573,720 kB
  • sloc: python: 11,217; javascript: 249; sh: 114; makefile: 59
file content (19 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Code owners file.
# This file controls who is tagged for review for any given pull request.
#
# For syntax help see:
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

# Default owners for changes in this repo
*               @googleapis/yoshi-python @googleapis/python-core-client-libraries

# The python-samples-reviewers team is the default owner for samples changes
/samples/  @googleapis/python-samples-owners @googleapis/python-core-client-libraries

# For more information, see https://github.com/googleapis/repo-automation-bots/blob/main/packages/auto-approve/README.md
.github/auto-approve.yml @googleapis/python-core-client-libraries @googleapis/yoshi-python

# The following is needed to auto-approve changes to static discovery artifacts and generated documentation.
/docs/dyn/*.html                                         @yoshi-approver @googleapis/yoshi-python
/docs/dyn/index.md                                       @yoshi-approver @googleapis/yoshi-python
/googleapiclient/discovery_cache/documents/*.json        @yoshi-approver @googleapis/yoshi-python