From c9b76dd005e3b35772a9c45912e7768a5eff83cf Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:14:07 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fd95b59d..642f915e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [//]: # "To regenerate it, use `python -m synthtool`." Google Cloud Platform logo +**_THIS REPOSITORY IS DEPRECATED. ALL OF ITS CONTENT AND HISTORY HAS BEEN MOVED TO [GOOGLE-CLOUD-NODE-CORE](https://github.com/googleapis/google-cloud-node-core/tree/main/packages/google-auth-library-nodejs)_** + # [Google Auth Library: Node.js Client](https://github.com/googleapis/google-auth-library-nodejs) [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) From 5e17397eb66f710fb02261db740ef6d72552f16d Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Thu, 20 Nov 2025 12:16:17 -0800 Subject: [PATCH 2/2] Update owlbot.py --- owlbot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 4f417c8a..4e4fe2bf 100644 --- a/owlbot.py +++ b/owlbot.py @@ -21,6 +21,7 @@ # List of excludes for the enhanced library node.owlbot_main( templates_excludes=[ - ".github/ISSUE_TEMPLATE/bug_report.yml" + ".github/ISSUE_TEMPLATE/bug_report.yml", + "README.md" ], )