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

Commit 9936e12

Browse files
authored
build: update README for deprecation notice (#2140)
1 parent e5d7577 commit 9936e12

2 files changed

Lines changed: 7 additions & 15 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**_THIS REPOSITORY IS DEPRECATED. ALL OF ITS CONTENT AND HISTORY HAS BEEN MOVED TO [GOOGLE-CLOUD-NODE](https://github.com/googleapis/google-cloud-node/tree/main/packages/handwritten)_**
2+
13
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
24
[//]: # "To regenerate it, use `python -m synthtool`."
35
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

owlbot.py

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,17 @@
1-
# Copyright 2021 Google LLC
1+
# Copyright 2022 Google LLC
22
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
3+
# Licensed under the Apache License, Version 2.0 (the License);
44
# you may not use this file except in compliance with the License.
55
# You may obtain a copy of the License at
66
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
7+
# https://www.apache.org/licenses/LICENSE-2.0
88
#
99
# Unless required by applicable law or agreed to in writing, software
1010
# distributed under the License is distributed on an "AS IS" BASIS,
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
15-
from synthtool.languages import node
16-
17-
# Main OwlBot processing.
14+
import synthtool.languages.node as node
1815
node.owlbot_main(templates_excludes=[
19-
'src/index.ts',
20-
'.github/PULL_REQUEST_TEMPLATE.md',
21-
'.github/release-please.yml',
22-
'.github/header-checker-lint.yaml',
23-
'.github/workflows/ci.yaml',
24-
'.eslintignore',
25-
'.OwlBot.yaml',
26-
'renovate.json'
16+
'README.md'
2717
])

0 commit comments

Comments
 (0)