Skip to content

Commit 79e527a

Browse files
authored
feat(infra/prod): onboard 5 repositories to automation for publish-release (#2864)
This change sorts the repositories in `internal/automation/prod/repositories.yaml` alphabetically and onboards `google-auth-library-python`, `google-auth-library-python-httplib2`, `google-auth-library-python-oauthlib`, `google-resumable-media-python`, and `python-db-dtypes-pandas` to automation for `publish-release`. Signed-off-by: Anthonios Partheniou <partheniou@google.com>
1 parent 2ba41ba commit 79e527a

1 file changed

Lines changed: 38 additions & 13 deletions

File tree

Lines changed: 38 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
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: "gax-go"
8+
full-name: https://github.com/googleapis/gax-go
9+
github-token-secret-name: "gax-go-github-token"
10+
supported-commands:
11+
- publish-release
12+
- name: "google-auth-library-python"
13+
full-name: https://github.com/googleapis/google-auth-library-python
14+
github-token-secret-name: "google-auth-library-python-github-token"
15+
supported-commands:
16+
- publish-release
17+
- name: "google-auth-library-python-httplib2"
18+
full-name: https://github.com/googleapis/google-auth-library-python-httplib2
19+
github-token-secret-name: "google-auth-library-python-httplib2-github-token"
20+
supported-commands:
21+
- publish-release
22+
- name: "google-auth-library-python-oauthlib"
23+
full-name: https://github.com/googleapis/google-auth-library-python-oauthlib
24+
github-token-secret-name: "google-auth-library-python-oauthlib-github-token"
525
supported-commands:
6-
- generate
7-
- stage-release
826
- publish-release
927
- name: "google-cloud-go"
1028
full-name: https://github.com/googleapis/google-cloud-go
@@ -13,19 +31,26 @@ repositories:
1331
- generate
1432
- stage-release
1533
- publish-release
34+
- name: "google-cloud-python"
35+
full-name: https://github.com/googleapis/google-cloud-python
36+
github-token-secret-name: "google-cloud-python-github-token"
37+
supported-commands:
38+
- generate
39+
- stage-release
40+
- publish-release
41+
- name: "google-resumable-media-python"
42+
full-name: https://github.com/googleapis/google-resumable-media-python
43+
github-token-secret-name: "google-resumable-media-python-github-token"
44+
supported-commands:
45+
- publish-release
1646
- name: "librarian"
1747
full-name: https://github.com/googleapis/librarian
1848
github-token-secret-name: "librarian-github-token"
1949
supported-commands:
2050
- stage-release
2151
- publish-release
22-
- name: "gax-go"
23-
full-name: https://github.com/googleapis/gax-go
24-
github-token-secret-name: "gax-go-github-token"
25-
supported-commands:
26-
- publish-release
27-
- name: "gapic-generator-go"
28-
full-name: https://github.com/googleapis/gapic-generator-go
29-
github-token-secret-name: "gapic-generator-go-github-token"
52+
- name: "python-db-dtypes-pandas"
53+
full-name: https://github.com/googleapis/python-db-dtypes-pandas
54+
github-token-secret-name: "python-db-dtypes-pandas-github-token"
3055
supported-commands:
3156
- publish-release

0 commit comments

Comments
 (0)