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

Commit 6f8b9e1

Browse files
GautamShardagcf-owl-bot[bot]sofisl
authored
build: update README for deprecation notice (#925)
* 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 * Update README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
1 parent 00b32fa commit 6f8b9e1

10 files changed

Lines changed: 33 additions & 5729 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

77

8-
# The yoshi-nodejs team is the default owner for nodejs repositories.
9-
* @googleapis/yoshi-nodejs @googleapis/jsteam
8+
# Unless specified, the jsteam is the default owner for nodejs repositories.
9+
* @googleapis/yoshi-nodejs @googleapis/jsteam

.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/release-please.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
handleGHRelease: true
22
releaseType: node
3-
extraFiles: ["src/common.ts"]

.github/sync-repo-settings.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ branchProtectionRules:
77
requiredStatusCheckContexts:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
10-
- docs
1110
- lint
12-
- test (14)
13-
- test (16)
1411
- test (18)
12+
- test (20)
13+
- test (22)
1514
- cla/google
1615
- windows
1716
- OwlBot Post Processor

.github/workflows/ci.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [18, 20, 22]
12+
node: [18, 20, 22, 24]
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v5
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- run: node --version
@@ -29,8 +29,8 @@ jobs:
2929
test-script:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
33-
- uses: actions/setup-node@v4
32+
- uses: actions/checkout@v5
33+
- uses: actions/setup-node@v6
3434
with:
3535
node-version: 18
3636
- run: node --version
@@ -43,8 +43,8 @@ jobs:
4343
windows:
4444
runs-on: windows-latest
4545
steps:
46-
- uses: actions/checkout@v4
47-
- uses: actions/setup-node@v4
46+
- uses: actions/checkout@v5
47+
- uses: actions/setup-node@v6
4848
with:
4949
node-version: 18
5050
- run: npm install --engine-strict
@@ -54,21 +54,21 @@ jobs:
5454
lint:
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v4
58-
- uses: actions/setup-node@v4
57+
- uses: actions/checkout@v5
58+
- uses: actions/setup-node@v6
5959
with:
6060
node-version: 18
6161
- run: npm install
6262
- run: npm run lint
63-
# docs:
64-
# runs-on: ubuntu-latest
65-
# steps:
66-
# - uses: actions/checkout@v4
67-
# - uses: actions/setup-node@v4
68-
# with:
69-
# node-version: 18
70-
# - run: npm install
71-
# - run: npm run docs
72-
# - uses: JustinBeckwith/linkinator-action@v1
73-
# with:
74-
# paths: docs/
63+
docs:
64+
runs-on: ubuntu-latest
65+
steps:
66+
- uses: actions/checkout@v5
67+
- uses: actions/setup-node@v6
68+
with:
69+
node-version: 18
70+
- run: npm install
71+
- run: npm run docs
72+
- uses: JustinBeckwith/linkinator-action@v1
73+
with:
74+
paths: docs/

0 commit comments

Comments
 (0)