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

Commit 2e5a332

Browse files
fix(build): migrate to using main branch (#97)
* fix(build): migrate to using main branch * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 56db38f commit 2e5a332

File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed

.github/.OwlBot.lock.yaml

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

.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-reservation.svg)](https://www.npmjs.org/package/@google-cloud/bigquery-reservation)
9-
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-reservation/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-reservation)
9+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-reservation/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-reservation)
1010

1111

1212

@@ -15,7 +15,7 @@ BigQuery Reservation 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-reservation/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-bigquery-reservation/blob/main/CHANGELOG.md).
1919

2020
* [Google BigQuery Reservation Node.js Client API Reference][client-docs]
2121
* [Google BigQuery Reservation Documentation][product-docs]
@@ -96,11 +96,11 @@ listCapacityCommitments();
9696

9797
## Samples
9898

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

101101
| Sample | Source Code | Try it |
102102
| --------------------------- | --------------------------------- | ------ |
103-
| Quickstart | [source code](https://github.com/googleapis/nodejs-bigquery-reservation/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-reservation&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
103+
| Quickstart | [source code](https://github.com/googleapis/nodejs-bigquery-reservation/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-reservation&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
104104

105105

106106

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

150150
## Contributing
151151

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

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

160160
## License
161161

162162
Apache Version 2.0
163163

164-
See [LICENSE](https://github.com/googleapis/nodejs-bigquery-reservation/blob/master/LICENSE)
164+
See [LICENSE](https://github.com/googleapis/nodejs-bigquery-reservation/blob/main/LICENSE)
165165

166166
[client-docs]: https://cloud.google.com/nodejs/docs/reference/bigquery-reservation/latest
167167
[product-docs]: https://cloud.google.com/bigquery/docs/reference/reservations

0 commit comments

Comments
 (0)