Merge branch 'main' into joshmgross/org-values

This commit is contained in:
Josh Gross
2023-01-30 19:04:24 -05:00
8 changed files with 34 additions and 29 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-languageserver",
"version": "0.1.105",
"version": "0.1.106",
"description": "Language server for GitHub Actions",
"license": "MIT",
"type": "module",
@@ -38,8 +38,8 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-languageservice": "^0.1.105",
"@github/actions-workflow-parser": "^0.1.105",
"@github/actions-languageservice": "^0.1.106",
"@github/actions-workflow-parser": "^0.1.106",
"@octokit/rest": "^19.0.7",
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",
@@ -31,6 +31,11 @@ export interface RepositoryContext {
*/
owner: string;
/**
* Indicates if the repository is owned by an organization
*/
organizationOwned: boolean;
/**
* Repository name
*/