Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 961bb2a

Browse files
build: update README for deprecation notice (#802)
* build: update README for deprecation notice * 🦉 Updates from OwlBot post-processor 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 c616a88 commit 961bb2a

16 files changed

Lines changed: 39 additions & 126 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
# The yoshi-nodejs team is the default owner for nodejs repositories.
9-
* @googleapis/yoshi-nodejs
9+
* @googleapis/yoshi-nodejs @googleapis/yoshi-nodejs
1010

1111
# The github automation team is the default owner for the auto-approve file.
1212
.github/auto-approve.yml @googleapis/github-automation

.github/auto-label.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,2 @@
1-
# Copyright 2022 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.
141
requestsize:
152
enabled: true
16-
staleness:
17-
pullrequest: true
18-
old: 30
19-
extraold: 60

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ branchProtectionRules:
1111
- test (18)
1212
- test (20)
1313
- test (22)
14-
- test (24)
1514
- cla/google
1615
- windows
1716
- OwlBot Post Processor

.github/workflows/ci.yaml

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
node: [18, 20, 22, 24]
1313
steps:
14-
- uses: actions/checkout@v5
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- run: node --version
@@ -29,33 +29,32 @@ jobs:
2929
windows:
3030
runs-on: windows-latest
3131
steps:
32-
- uses: actions/checkout@v5
33-
- uses: actions/setup-node@v4
32+
- uses: actions/checkout@v3
33+
- uses: actions/setup-node@v3
3434
with:
35-
node-version: 18
35+
node-version: 14
3636
- run: npm install
3737
- run: npm test
3838
env:
3939
MOCHA_THROW_DEPRECATION: false
4040
lint:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v5
44-
- uses: actions/setup-node@v4
43+
- uses: actions/checkout@v3
44+
- uses: actions/setup-node@v3
4545
with:
46-
node-version: 18
46+
node-version: 14
4747
- run: npm install
4848
- run: npm run lint
49-
# TODO(https://github.com/googleapis/nodejs-error-reporting/issues/777): enable docs
50-
# docs:
51-
# runs-on: ubuntu-latest
52-
# steps:
53-
# - uses: actions/checkout@v5
54-
# - uses: actions/setup-node@v4
55-
# with:
56-
# node-version: 18
57-
# - run: npm install
58-
# - run: npm run docs
59-
# - uses: JustinBeckwith/linkinator-action@v1
60-
# with:
61-
# paths: docs/
49+
docs:
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: actions/checkout@v3
53+
- uses: actions/setup-node@v3
54+
with:
55+
node-version: 14
56+
- run: npm install
57+
- run: npm run docs
58+
- uses: JustinBeckwith/linkinator-action@v1
59+
with:
60+
paths: docs/

.kokoro/common.cfg

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

.kokoro/continuous/node14/common.cfg

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

.kokoro/presubmit/node14/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/release/docs-devsite.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/release/docs.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/release/publish.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.

0 commit comments

Comments
 (0)