Skip to content

Commit d53f351

Browse files
SurferJeffAtGooglesofisl
authored andcommitted
chore: migrate to owl bot (#430)
1 parent 593f7a3 commit d53f351

File tree

4 files changed

+32
-74
lines changed

4 files changed

+32
-74
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Copyright 2021 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
docker:
15+
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
16+
17+
deep-remove-regex:
18+
- /owl-bot-staging
19+
20+
deep-copy-regex:
21+
- source: /google/cloud/bigquery/datatransfer/(.*)/.*-nodejs/(.*)
22+
dest: /owl-bot-staging/$1/$2
23+
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": "bigquery-data-transfer",
3-
"name_pretty": "Google BigQuery Data Transfer Service",
4-
"product_documentation": "https://cloud.google.com/bigquery/transfer/",
5-
"client_documentation": "https://googleapis.dev/nodejs/bigquery-data-transfer/latest",
6-
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
2+
"default_version": "v1",
73
"release_level": "ga",
4+
"requires_billing": true,
5+
"client_documentation": "https://googleapis.dev/nodejs/bigquery-data-transfer/latest",
6+
"codeowner_team": "@googleapis/api-bigquery",
87
"language": "nodejs",
9-
"repo": "googleapis/nodejs-bigquery-data-transfer",
8+
"issue_tracker": "https://issuetracker.google.com/savedsearches/559654",
9+
"product_documentation": "https://cloud.google.com/bigquery/transfer/",
10+
"name": "bigquery-data-transfer",
1011
"distribution_name": "@google-cloud/bigquery-data-transfer",
12+
"name_pretty": "Google BigQuery Data Transfer Service",
1113
"api_id": "bigquerydatatransfer.googleapis.com",
12-
"requires_billing": true,
13-
"codeowner_team": "@googleapis/api-bigquery"
14+
"repo": "googleapis/nodejs-bigquery-data-transfer"
1415
}

packages/google-cloud-bigquery-datatransfer/synth.metadata

Lines changed: 0 additions & 37 deletions
This file was deleted.

packages/google-cloud-bigquery-datatransfer/synth.py

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)