8000 chore: add default_version and codeowner_team to .repo-metadata.json … · googleapis/python-bigquery@c6cf0f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6cf0f7

Browse files
authored
chore: add default_version and codeowner_team to .repo-metadata.json (#1001)
Set codeowner_team to googleapis/api-bigquery as codeowner. Set default_version to v2. This change is needed for the following synthtool PRs. googleapis/synthtool#1201 googleapis/synthtool#1114
1 parent 6581636 commit c6cf0f7

File tree

2 files changed

+16
-61
lines changed

2 files changed

+16
-61
lines changed

.repo-metadata.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"name": "bigquery",
3-
"name_pretty": "Google Cloud BigQuery",
4-
"product_documentation": "https://cloud.google.com/bigquery",
5-
"client_documentation": "https://googleapis.dev/python/bigquery/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
7-
&qu 10000 ot;release_level": "ga",
8-
"language": "python",
9-
"library_type": "GAPIC_COMBO",
10-
"repo": "googleapis/python-bigquery",
11-
"distribution_name": "google-cloud-bigquery",
12-
"api_id": "bigquery.googleapis.com",
13-
"requires_billing": false
14-
}
2+
"name": "bigquery",
3+
"name_pretty": "Google Cloud BigQuery",
4+
"product_documentation": "https://cloud.google.com/bigquery",
5+
"client_documentation": "https://googleapis.dev/python/bigquery/latest",
6+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
7+
"release_level": "ga",
8+
"language": "python",
9+
"library_type": "GAPIC_COMBO",
10+
"repo": "googleapis/python-bigquery",
11+
"distribution_name": "google-cloud-bigquery",
12+
"api_id": "bigquery.googleapis.com",
13+
"requires_billing": false,
14+
"default_version": "v2",
15+
"codeowner_team": "@googleapis/api-bigquery"
16+
}

owlbot.py

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
excludes=[
110110
"noxfile.py",
111111
"docs/multiprocessing.rst",
112+
"docs/index.rst",
112113
".coveragerc",
113114
".github/CODEOWNERS",
114115
# Include custom SNIPPETS_TESTS job for performance.
@@ -170,52 +171,4 @@
170171
),
171172
)
172173

173-
174-
# Remove the replacements below once
175-
# https://github.com/googleapis/synthtool/pull/1188 is merged
176-
177-
# Update googleapis/repo-automation-bots repo to main in .kokoro/*.sh files
178-
s.replace(
179-
".kokoro/*.sh",
180-
"repo-automation-bots/tree/master",
181-
"repo-automation-bots/tree/main",
182-
)
183-
184-
# Customize CONTRIBUTING.rst to replace master with main
185-
s.replace(
186-
"CONTRIBUTING.rst",
187-
"fetch and merge changes from upstream into master",
188-
"fetch and merge changes from upstream into main",
189-
)
190-
191-
s.replace(
192-
"CONTRIBUTING.rst", "git merge upstream/master", "git merge upstream/main",
193-
)
194-
195-
s.replace(
196-
"CONTRIBUTING.rst",
197-
"""export GOOGLE_CLOUD_TESTING_BRANCH=\"master\"""",
198-
"""export GOOGLE_CLOUD_TESTING_BRANCH=\"main\"""",
199-
)
200-
201-
s.replace(
202-
"CONTRIBUTING.rst", r"remote \(``master``\)", "remote (``main``)",
203-
)
204-
205-
s.replace(
206-
"CONTRIBUTING.rst", "blob/master/CONTRIBUTING.rst", "blob/main/CONTRIBUTING.rst",
207-
)
208-
209-
s.replace(
210-
"CONTRIBUTING.rst", "blob/master/noxfile.py", "blob/main/noxfile.py",
211-
)
212-
213-
s.replace(
214-
"docs/conf.py", "master_doc", "root_doc",
215-
)
216-
217-
s.replace(
218-
"docs/conf.py", "# The master toctree document.", "# The root toctree document.",
219-
)
220-
221174
s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 commit comments

Comments
 (0)
0