Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit b01f5d9

Browse files
author
Benjamin E. Coe
authored
fix(build): migrate to using main branch (#121)
1 parent 99f44a3 commit b01f5d9

File tree

11 files changed

+20
-19
lines changed

11 files changed

+20
-19
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
docker:
22
image: gcr.io/repo-automation-bots/owlbot-nodejs:latest
3-
digest: sha256:6245a5be4c0406d9b2f04f380d8b88ffe4655df3cdbb57626f8913e8d620f4dd
3+
digest: sha256:72ff93409133b0cf277b8870f859e1ddde62d2e329f655311d4bfc16735d182e
4+

.github/generated-files-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ generatedFiles:
88
- path: '.github/generated-files-bot.+(yml|yaml)'
99
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
1010
- path: 'README.md'
11-
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
11+
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
1212
- path: 'samples/README.md'
13-
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
13+
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
1414
ignoreAuthors:
1515
- 'gcf-owl-bot[bot]'
1616
- 'yoshi-automation'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: ci
77
jobs:

.kokoro/continuous/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/continuous/node10/test.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/presubmit/node10/common.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/samples-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/system-test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.kokoro/test.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/bigquery-connection.svg)](https://www.npmjs.org/package/@google-cloud/bigquery-connection)
9-
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-connection/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-connection)
9+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-connection/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-connection)
1010

1111

1212

@@ -15,7 +15,7 @@ BigQuery Connection client for Node.js
1515

1616

1717
A comprehensive list of changes in each version may be found in
18-
[the CHANGELOG](https://github.com/googleapis/nodejs-bigquery-connection/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-bigquery-connection/blob/main/CHANGELOG.md).
1919

2020
* [Google BigQuery Connection Node.js Client API Reference][client-docs]
2121
* [Google BigQuery Connection Documentation][product-docs]
@@ -86,11 +86,11 @@ const listConnectionsResponse = listConnections();
8686

8787
## Samples
8888

89-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-bigquery-connection/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
89+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-bigquery-connection/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
9090

9191
| Sample | Source Code | Try it |
9292
| --------------------------- | --------------------------------- | ------ |
93-
| Quickstart | [source code](https://github.com/googleapis/nodejs-bigquery-connection/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery-connection&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
93+
| Quickstart | [source code](https://github.com/googleapis/nodejs-bigquery-connection/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery-connection&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
9494

9595

9696

@@ -139,19 +139,19 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
139139

140140
## Contributing
141141

142-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-bigquery-connection/blob/master/CONTRIBUTING.md).
142+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-bigquery-connection/blob/main/CONTRIBUTING.md).
143143

144144
Please note that this `README.md`, the `samples/README.md`,
145145
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
146146
are generated from a central template. To edit one of these files, make an edit
147-
to its template in this
148-
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
147+
to its templates in
148+
[directory](https://github.com/googleapis/synthtool).
149149

150150
## License
151151

152152
Apache Version 2.0
153153

154-
See [LICENSE](https://github.com/googleapis/nodejs-bigquery-connection/blob/master/LICENSE)
154+
See [LICENSE](https://github.com/googleapis/nodejs-bigquery-connection/blob/main/LICENSE)
155155

156156
[client-docs]: https://cloud.google.com/nodejs/docs/reference/bigquery-connection/latest
157157
[product-docs]: https://cloud.google.com/bigquery/docs/reference/bigqueryconnection

0 commit comments

Comments
 (0)