Skip to content

Commit

Permalink
build: update README for deprecation notice (googleapis#419)
Browse files Browse the repository at this point in the history
* build: update README for deprecation notice and delete all files except samples

* Update owlbot.py

* 馃 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>
  • Loading branch information
sofisl and gcf-owl-bot[bot] committed Oct 13, 2022
1 parent 73e48db commit c4bf1cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
releaseType: node
primaryBranch: main
handleGHRelease: true
releaseType: node
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'**_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/google-cloud-phishingprotection)_**'
[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
[//]: # "To regenerate it, use `python -m synthtool`."
<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"/>
Expand Down
8 changes: 5 additions & 3 deletions owlbot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2021 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the License);
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
Expand All @@ -14,4 +14,6 @@

import synthtool.languages.node as node

node.owlbot_main(templates_excludes=[".github/release-please.yml"])
node.owlbot_main(templates_excludes=[
'README.md'
])

0 comments on commit c4bf1cc

Please sign in to comment.