Update github actions: Remove Typos + Update out of date version#4663
Merged
erinmikailstaples merged 5 commits intolatestfrom Feb 12, 2026
Merged
Update github actions: Remove Typos + Update out of date version#4663erinmikailstaples merged 5 commits intolatestfrom
erinmikailstaples merged 5 commits intolatestfrom
Conversation
Contributor
There was a problem hiding this comment.
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 |
Collaborator
Author
atovpeko
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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