Skip to content

Commit 87fae04

Browse files
authored
feat(infra/prod): onboard 25 repositories to automation for publish-release (#2907)
This PR onboards all the remaining Python repositories for Librarian automation to support the `publish-release` command. We'll determine which repos require support for `generate` and/or `stage-release` and will address that separately.
1 parent db6cfd8 commit 87fae04

File tree

1 file changed

+136
-11
lines changed

1 file changed

+136
-11
lines changed
Lines changed: 136 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,33 @@
11
repositories:
2-
- name: "google-cloud-python"
3-
full-name: https://github.com/googleapis/google-cloud-python
4-
github-token-secret-name: "google-cloud-python-github-token"
2+
- name: "gapic-generator-go"
3+
full-name: https://github.com/googleapis/gapic-generator-go
4+
github-token-secret-name: "gapic-generator-go-github-token"
5+
supported-commands:
6+
- publish-release
7+
- name: "gapic-generator-python"
8+
full-name: https://github.com/googleapis/gapic-generator-python
9+
github-token-secret-name: "gapic-generator-python-github-token"
10+
supported-commands:
11+
- publish-release
12+
- name: "gax-go"
13+
full-name: https://github.com/googleapis/gax-go
14+
github-token-secret-name: "gax-go-github-token"
15+
supported-commands:
16+
- publish-release
17+
- name: "google-auth-library-python"
18+
full-name: https://github.com/googleapis/google-auth-library-python
19+
github-token-secret-name: "google-auth-library-python-github-token"
20+
supported-commands:
21+
- publish-release
22+
- name: "google-auth-library-python-httplib2"
23+
full-name: https://github.com/googleapis/google-auth-library-python-httplib2
24+
github-token-secret-name: "google-auth-library-python-httplib2-github-token"
25+
supported-commands:
26+
- publish-release
27+
- name: "google-auth-library-python-oauthlib"
28+
full-name: https://github.com/googleapis/google-auth-library-python-oauthlib
29+
github-token-secret-name: "google-auth-library-python-oauthlib-github-token"
530
supported-commands:
6-
- generate
7-
- stage-release
831
- publish-release
932
- name: "google-cloud-go"
1033
full-name: https://github.com/googleapis/google-cloud-go
@@ -13,13 +36,115 @@ repositories:
1336
- generate
1437
- stage-release
1538
- publish-release
16-
- name: "gax-go"
17-
full-name: https://github.com/googleapis/gax-go
18-
github-token-secret-name: "gax-go-github-token"
39+
- name: "google-cloud-python"
40+
full-name: https://github.com/googleapis/google-cloud-python
41+
github-token-secret-name: "google-cloud-python-github-token"
1942
supported-commands:
43+
- generate
44+
- stage-release
2045
- publish-release
21-
- name: "gapic-generator-go"
22-
full-name: https://github.com/googleapis/gapic-generator-go
23-
github-token-secret-name: "gapic-generator-go-github-token"
46+
- name: "google-resumable-media-python"
47+
full-name: https://github.com/googleapis/google-resumable-media-python
48+
github-token-secret-name: "google-resumable-media-python-github-token"
49+
supported-commands:
50+
- publish-release
51+
- name: "python-aiplatform"
52+
full-name: https://github.com/googleapis/python-aiplatform
53+
github-token-secret-name: "python-aiplatform-github-token"
54+
supported-commands:
55+
- publish-release
56+
- name: "python-api-core"
57+
full-name: https://github.com/googleapis/python-api-core
58+
github-token-secret-name: "python-api-core-github-token"
59+
supported-commands:
60+
- publish-release
61+
- name: "python-bigquery"
62+
full-name: https://github.com/googleapis/python-bigquery
63+
github-token-secret-name: "python-bigquery-github-token"
64+
supported-commands:
65+
- publish-release
66+
- name: "python-bigquery-dataframes"
67+
full-name: https://github.com/googleapis/python-bigquery-dataframes
68+
github-token-secret-name: "python-bigquery-dataframes-github-token"
69+
supported-commands:
70+
- publish-release
71+
- name: "python-bigquery-magics"
72+
full-name: https://github.com/googleapis/python-bigquery-magics
73+
github-token-secret-name: "python-bigquery-magics-github-token"
74+
supported-commands:
75+
- publish-release
76+
- name: "python-bigquery-pandas"
77+
full-name: https://github.com/googleapis/python-bigquery-pandas
78+
github-token-secret-name: "python-bigquery-pandas-github-token"
79+
supported-commands:
80+
- publish-release
81+
- name: "python-bigquery-sqlalchemy"
82+
full-name: https://github.com/googleapis/python-bigquery-sqlalchemy
83+
github-token-secret-name: "python-bigquery-sqlalchemy-github-token"
84+
supported-commands:
85+
- publish-release
86+
- name: "python-cloud-core"
87+
full-name: https://github.com/googleapis/python-cloud-core
88+
github-token-secret-name: "python-cloud-core-github-token"
89+
supported-commands:
90+
- publish-release
91+
- name: "python-datastore"
92+
full-name: https://github.com/googleapis/python-datastore
93+
github-token-secret-name: "python-datastore-github-token"
94+
supported-commands:
95+
- publish-release
96+
- name: "python-db-dtypes-pandas"
97+
full-name: https://github.com/googleapis/python-db-dtypes-pandas
98+
github-token-secret-name: "python-db-dtypes-pandas-github-token"
99+
supported-commands:
100+
- publish-release
101+
- name: "python-dns"
102+
full-name: https://github.com/googleapis/python-dns
103+
github-token-secret-name: "python-dns-github-token"
104+
supported-commands:
105+
- publish-release
106+
- name: "python-error-reporting"
107+
full-name: https://github.com/googleapis/python-error-reporting
108+
github-token-secret-name: "python-error-reporting-github-token"
109+
supported-commands:
110+
- publish-release
111+
- name: "python-firestore"
112+
full-name: https://github.com/googleapis/python-firestore
113+
github-token-secret-name: "python-firestore-github-token"
114+
supported-commands:
115+
- publish-release
116+
- name: "python-ndb"
117+
full-name: https://github.com/googleapis/python-ndb
118+
github-token-secret-name: "python-ndb-github-token"
119+
supported-commands:
120+
- publish-release
121+
- name: "python-pubsub"
122+
full-name: https://github.com/googleapis/python-pubsub
123+
github-token-secret-name: "python-pubsub-github-token"
124+
supported-commands:
125+
- publish-release
126+
- name: "python-runtimeconfig"
127+
full-name: https://github.com/googleapis/python-runtimeconfig
128+
github-token-secret-name: "python-runtimeconfig-github-token"
129+
supported-commands:
130+
- publish-release
131+
- name: "python-spanner-django"
132+
full-name: https://github.com/googleapis/python-spanner-django
133+
github-token-secret-name: "python-spanner-django-github-token"
134+
supported-commands:
135+
- publish-release
136+
- name: "python-spanner-sqlalchemy"
137+
full-name: https://github.com/googleapis/python-spanner-sqlalchemy
138+
github-token-secret-name: "python-spanner-sqlalchemy-github-token"
139+
supported-commands:
140+
- publish-release
141+
- name: "python-test-utils"
142+
full-name: https://github.com/googleapis/python-test-utils
143+
github-token-secret-name: "python-test-utils-github-token"
144+
supported-commands:
145+
- publish-release
146+
- name: "sphinx-docfx-yaml"
147+
full-name: https://github.com/googleapis/sphinx-docfx-yaml
148+
github-token-secret-name: "sphinx-docfx-yaml-github-token"
24149
supported-commands:
25150
- publish-release

0 commit comments

Comments
 (0)