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

Commit 537d20a

Browse files
authored
fix(build): migrate to using main branch (#144)
1 parent 39df254 commit 537d20a

11 files changed

Lines changed: 21 additions & 21 deletions

File tree

.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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

1111

1212

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

2020
* [Google Analytics Admin Node.js Client API Reference][client-docs]
2121
* [Google Analytics Admin Documentation][product-docs]
@@ -96,12 +96,12 @@ process.on('unhandledRejection', err => {
9696

9797
## Samples
9898

99-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-analytics-admin/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-analytics-admin/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-analytics-admin/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-analytics-admin&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
104-
| Quickstart_installed_oauth2 | [source code](https://github.com/googleapis/nodejs-analytics-admin/blob/master/samples/quickstart_installed_oauth2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-admin&page=editor&open_in_editor=samples/quickstart_installed_oauth2.js,samples/README.md) |
103+
| Quickstart | [source code](https://github.com/googleapis/nodejs-analytics-admin/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-analytics-admin&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
104+
| Quickstart_installed_oauth2 | [source code](https://github.com/googleapis/nodejs-analytics-admin/blob/main/samples/quickstart_installed_oauth2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-admin&page=editor&open_in_editor=samples/quickstart_installed_oauth2.js,samples/README.md) |
105105

106106

107107

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

149149
## Contributing
150150

151-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-analytics-admin/blob/master/CONTRIBUTING.md).
151+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-analytics-admin/blob/main/CONTRIBUTING.md).
152152

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

159159
## License
160160

161161
Apache Version 2.0
162162

163-
See [LICENSE](https://github.com/googleapis/nodejs-analytics-admin/blob/master/LICENSE)
163+
See [LICENSE](https://github.com/googleapis/nodejs-analytics-admin/blob/main/LICENSE)
164164

165165
[client-docs]: https://googleapis.dev/nodejs/analytics-admin/latest/index.html
166166
[product-docs]: https://developers.google.com/analytics

0 commit comments

Comments
 (0)