Merge branch 'main' into joshmgross/org-values
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user