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

Commit 7cbd9c2

Browse files
build: update README for deprecation notice (#1626)
* 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 9cfdde7 commit 7cbd9c2

File tree

16 files changed

+68
-1760
lines changed

16 files changed

+68
-1760
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ test/fixtures
44
build/
55
docs/
66
protos/
7-
**/env-tests-logging
7+
samples/generated/
8+
system-test/**/fixtures

.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/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/utils/instrumentation.ts"]

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ branchProtectionRules:
77
requiredStatusCheckContexts:
88
- "ci/kokoro: Samples test"
99
- "ci/kokoro: System test"
10-
- docs
1110
- lint
1211
- test (14)
1312
- test (16)
1413
- test (18)
15-
- test (20)
1614
- cla/google
1715
- windows
1816
- OwlBot Post Processor
@@ -23,4 +21,3 @@ permissionRules:
2321
permission: admin
2422
- team: jsteam
2523
permission: push
26-

.github/workflows/ci.yaml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,15 @@ jobs:
4646
node-version: 14
4747
- run: npm install
4848
- run: npm run lint
49-
# TODO(https://github.com/googleapis/nodejs-logging/issues/1609)
5049
docs:
5150
runs-on: ubuntu-latest
5251
steps:
53-
- run: echo "Docs are disabled for now"
54-
# docs:
55-
# runs-on: ubuntu-latest
56-
# steps:
57-
# - uses: actions/checkout@v3
58-
# - uses: actions/setup-node@v3
59-
# with:
60-
# node-version: 14
61-
# - run: npm install
62-
# - run: npm run docs
63-
# - uses: JustinBeckwith/linkinator-action@v1
64-
# with:
65-
# paths: docs/
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: 0 additions & 20 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: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ test/fixtures
44
build/
55
docs/
66
protos/
7-
**/env-tests-logging

.trampolinerc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
# Template for .trampolinerc
1616

1717
# Add required env vars here.
18-
required_envvars+=()
18+
required_envvars+=(
19+
)
1920

2021
# Add env vars which are passed down into the container here.
2122
pass_down_envvars+=(
22-
"ENVIRONMENT"
23-
"RUNTIME"
2423
"AUTORELEASE_PR"
2524
"VERSION"
2625
)

0 commit comments

Comments
 (0)