-
Notifications
You must be signed in to change notification settings - Fork 110
build: update README for deprecation notice #1431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Warning: This pull request is touching the following templated files:
|
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 18 | ||
| - run: npm install | ||
| - run: npm run docs | ||
| - uses: JustinBeckwith/linkinator-action@v1 | ||
| with: | ||
| paths: docs/ |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
| @@ -1,3 +1,5 @@ | |||
| **_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)_** | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sofisl, if this package is deprecated, what would be the replacement? The link above does not point to an actual package.
Description
Impact
Testing
Additional Information
Checklist
Fixes #issue_number_goes_here 🦕