|
4 | 4 | # For syntax help see: |
5 | 5 | # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax |
6 | 6 |
|
7 | | -# The @googleapis/googleapis-auth and @googleapis/yoshi-python is the default owner for changes in this repo |
8 | | -* @googleapis/googleapis-auth @googleapis/yoshi-python |
9 | | -google/auth/_default.py @googleapis/googleapis-auth @googleapis/aion-sdk |
10 | | -google/auth/aws.py @googleapis/googleapis-auth @googleapis/aion-sdk |
11 | | -google/auth/credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk |
12 | | -google/auth/downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk |
13 | | -google/auth/external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk |
14 | | -google/auth/external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk |
15 | | -google/auth/identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk |
16 | | -google/auth/pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk |
17 | | -google/auth/sts.py @googleapis/googleapis-auth @googleapis/aion-sdk |
18 | | -google/auth/impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk |
19 | | -tests/test__default.py @googleapis/googleapis-auth @googleapis/aion-sdk |
20 | | -tests/test_aws.py @googleapis/googleapis-auth @googleapis/aion-sdk |
21 | | -tests/test_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk |
22 | | -tests/test_downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk |
23 | | -tests/test_external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk |
24 | | -tests/test_external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk |
25 | | -tests/test_identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk |
26 | | -tests/test_pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk |
27 | | -tests/test_sts.py @googleapis/googleapis-auth @googleapis/aion-sdk |
28 | | -tests/test_impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk |
29 | | -/samples/ @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-samples-owners |
| 7 | +# The @googleapis/googleapis-auth and @googleapis/python-core-client-libraries is the default owner for changes in this repo |
| 8 | +* @googleapis/googleapis-auth @googleapis/python-core-client-libraries |
| 9 | +google/auth/_default.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 10 | +google/auth/aws.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 11 | +google/auth/credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 12 | +google/auth/downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 13 | +google/auth/external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 14 | +google/auth/external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 15 | +google/auth/identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 16 | +google/auth/pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 17 | +google/auth/sts.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 18 | +google/auth/impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 19 | +tests/test__default.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 20 | +tests/test_aws.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 21 | +tests/test_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 22 | +tests/test_downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 23 | +tests/test_external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 24 | +tests/test_external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 25 | +tests/test_identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 26 | +tests/test_pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 27 | +tests/test_sts.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 28 | +tests/test_impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries |
| 29 | +/samples/ @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-samples-owners @googleapis/python-core-client-libraries |
30 | 30 | system_tests/secrets.tar.enc # Remove noise from test creds. |
0 commit comments