Skip to content

Conversation

@ericsciple
Copy link
Member

@ericsciple ericsciple commented Jan 4, 2026

  • Add ActionSelector pattern for action.{yml,yaml} files
  • Update @actions/languageservice and @actions/languageserver to 0.3.33

@ericsciple ericsciple force-pushed the users/erisciple/26-01-actionyml branch 3 times, most recently from 9b10fce to deaa16d Compare January 4, 2026 20:47
- Add ActionSelector pattern for action.{yml,yaml} files
- Update @actions/languageservice and @actions/languageserver to 0.3.33
- Bump version to 0.29.0
- Merge unreleased 0.28.3 changelog into 0.29.0
@ericsciple ericsciple force-pushed the users/erisciple/26-01-actionyml branch from deaa16d to 8fee454 Compare January 4, 2026 20:48
@ericsciple ericsciple marked this pull request as ready for review January 4, 2026 20:50
@ericsciple ericsciple requested a review from a team as a code owner January 4, 2026 20:50
Copilot AI review requested due to automatic review settings January 4, 2026 20:50
salmanmkc
salmanmkc previously approved these changes Jan 4, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds language server support for GitHub Actions action definition files (action.yml and action.yaml) and updates the @actions/languageserver and @actions/languageservice dependencies to version 0.3.33. The package is also renamed from @github/vscode-github-actions to vscode-github-actions (removing the scoped namespace) and the version is bumped to 0.29.0.

Key changes:

  • Added ActionSelector document selector pattern to enable language server features for action definition files
  • Updated language service dependencies to 0.3.33 with numerous bug fixes and feature enhancements
  • Changed package name from scoped to unscoped format

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/workflow/languageServer.ts Import and use the new ActionSelector alongside WorkflowSelector in the language client configuration
src/workflow/documentSelector.ts Define ActionSelector pattern to match action.yml/action.yaml files in any directory
package.json Update package name, bump version to 0.29.0, update dependencies to 0.3.33
package-lock.json Sync lockfile with package.json dependency updates and package name change
CHANGELOG.md Document the new features and dependency updates for version 0.29.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ericsciple ericsciple merged commit 10bb144 into main Jan 4, 2026
5 checks passed
@ericsciple ericsciple deleted the users/erisciple/26-01-actionyml branch January 4, 2026 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants