Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

chore: remove GoogleCloudPlatform org #186

Merged
merged 1 commit into from
Mar 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{ "language": "go", "repo": "googleapis/gax-go"},
{ "language": "go", "repo": "googleapis/google-api-go-client"},
{ "language": "go", "repo": "googleapis/google-cloud-go-testing"},
{ "language": "go", "repo": "googlecloudplatform/google-cloud-go"},
{ "language": "go", "repo": "googleapis/google-cloud-go"},

{ "language": "java", "repo": "googleapis/api-common-java"},
{ "language": "java", "repo": "googleapis/cloud-bigtable-client"},
Expand Down
2 changes: 1 addition & 1 deletion src/repos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function syncRepoSettings() {
// The Go repositories are synchronized with a different git
// repository, so direct commits need to be made.
const ignoreRepos =
['GoogleCloudPlatform/google-cloud-go', 'google/google-api-go-client'];
['googleapis/google-cloud-go', 'googleapis/google-api-go-client'];

const ps3 =
repos
Expand Down
1 change: 0 additions & 1 deletion users.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"orgs": [
"GoogleCloudPlatform",
"googleapis"
],
"membership": [
Expand Down