-
Notifications
You must be signed in to change notification settings - Fork 131
Update github actions: Remove Typos + Update out of date version #4663
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: latest
Are you sure you want to change the base?
Conversation
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.
Pull request overview
Updates GitHub Actions workflows by modernizing action versions, switching the Vale workflow to the official Vale GitHub Action, and correcting a workflow job typo.
Changes:
- Replace manual Vale install with
errata-ai/vale-action+ Reviewdog PR annotations - Update several workflow actions to newer tags (e.g.,
actions/checkout@v4) - Fix typo in the delete-preview workflow job key
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/workflows/vale-linter.yml | Switches to Vale Action + Reviewdog and updates checkout version |
| .github/workflows/delete-preview.yml | Renames job key to fix a typo |
| .github/workflows/daily-link-checker.yml | Updates action references (checkout, markdown-link-check, create-an-issue) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Erin Mikail Staples <54031531+erinmikailstaples@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Erin Mikail Staples <54031531+erinmikailstaples@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Erin Mikail Staples <54031531+erinmikailstaples@users.noreply.github.com>
|
Allow 10 minutes from last push for the staging site to build. If the link doesn't work, try using incognito mode instead. For internal reviewers, check web-documentation repo actions for staging build status. Link to build for this PR: http://docs-dev.timescale.com/docs-fix-update-github-actions |

Description
Cleaned up old github actions + updated out of date versions.