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

Commit ec8e0bc

Browse files
committed
build: update README for deprecation notice
1 parent 0e25ba8 commit ec8e0bc

2 files changed

Lines changed: 19 additions & 0 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/)_**
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,20 @@
1616

1717
node.owlbot_main(templates_excludes=[".github/sync-repo-settings.yaml",
1818
".github/workflows/ci.yaml"])
19+
# Copyright 2022 Google LLC
20+
#
21+
# Licensed under the Apache License, Version 2.0 (the License);
22+
# you may not use this file except in compliance with the License.
23+
# You may obtain a copy of the License at
24+
#
25+
# https://www.apache.org/licenses/LICENSE-2.0
26+
#
27+
# Unless required by applicable law or agreed to in writing, software
28+
# distributed under the License is distributed on an "AS IS" BASIS,
29+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30+
# See the License for the specific language governing permissions and
31+
# limitations under the License.
32+
import synthtool.languages.node as node
33+
node.owlbot_main(templates_excludes=[
34+
'README.md'
35+
])

0 commit comments

Comments
 (0)