From 0c8752af17bcdc03a3618b36224596150a9b6ecc Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Mar 2023 18:09:56 +0000 Subject: [PATCH 1/4] v0.1.177 --- browser-playground/package.json | 4 ++-- expressions/package.json | 2 +- languageserver/package.json | 6 +++--- languageservice/package.json | 6 +++--- lerna.json | 2 +- package-lock.json | 34 ++++++++++++++++----------------- workflow-parser/package.json | 4 ++-- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/browser-playground/package.json b/browser-playground/package.json index 7c9d36c..6ab822e 100644 --- a/browser-playground/package.json +++ b/browser-playground/package.json @@ -1,12 +1,12 @@ { "name": "browser-playground", - "version": "0.1.176", + "version": "0.1.177", "description": "", "private": true, "main": "index.js", "type": "module", "dependencies": { - "@github/actions-languageserver": "^0.1.176", + "@github/actions-languageserver": "^0.1.177", "monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-workers": "^0.34.2", "monaco-languageclient": "^4.0.3", diff --git a/expressions/package.json b/expressions/package.json index 3688a42..4ef6649 100755 --- a/expressions/package.json +++ b/expressions/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-expressions", - "version": "0.1.176", + "version": "0.1.177", "license": "MIT", "type": "module", "source": "./src/index.ts", diff --git a/languageserver/package.json b/languageserver/package.json index bde4628..a73bd1a 100644 --- a/languageserver/package.json +++ b/languageserver/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-languageserver", - "version": "0.1.176", + "version": "0.1.177", "description": "Language server for GitHub Actions", "license": "MIT", "type": "module", @@ -40,8 +40,8 @@ "watch": "tsc --build tsconfig.build.json --watch" }, "dependencies": { - "@github/actions-languageservice": "^0.1.176", - "@github/actions-workflow-parser": "^0.1.176", + "@github/actions-languageservice": "^0.1.177", + "@github/actions-workflow-parser": "^0.1.177", "@octokit/rest": "^19.0.7", "@octokit/types": "^9.0.0", "vscode-languageserver": "^8.0.2", diff --git a/languageservice/package.json b/languageservice/package.json index 945a123..f2771bf 100644 --- a/languageservice/package.json +++ b/languageservice/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-languageservice", - "version": "0.1.176", + "version": "0.1.177", "description": "Language service for GitHub Actions", "license": "MIT", "type": "module", @@ -41,8 +41,8 @@ "watch": "tsc --build tsconfig.build.json --watch" }, "dependencies": { - "@github/actions-expressions": "^0.1.176", - "@github/actions-workflow-parser": "^0.1.176", + "@github/actions-expressions": "^0.1.177", + "@github/actions-workflow-parser": "^0.1.177", "vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-types": "^3.17.2", "vscode-uri": "^3.0.7", diff --git a/lerna.json b/lerna.json index 40e1902..349e10e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.1.176" + "version": "0.1.177" } diff --git a/package-lock.json b/package-lock.json index a122f64..0940111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,10 +111,10 @@ } }, "browser-playground": { - "version": "0.1.176", + "version": "0.1.177", "license": "MIT", "dependencies": { - "@github/actions-languageserver": "^0.1.176", + "@github/actions-languageserver": "^0.1.177", "monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-workers": "^0.34.2", "monaco-languageclient": "^4.0.3", @@ -135,7 +135,7 @@ }, "expressions": { "name": "@github/actions-expressions", - "version": "0.1.176", + "version": "0.1.177", "license": "MIT", "devDependencies": { "@types/jest": "^29.0.3", @@ -151,11 +151,11 @@ }, "languageserver": { "name": "@github/actions-languageserver", - "version": "0.1.176", + "version": "0.1.177", "license": "MIT", "dependencies": { - "@github/actions-languageservice": "^0.1.176", - "@github/actions-workflow-parser": "^0.1.176", + "@github/actions-languageservice": "^0.1.177", + "@github/actions-workflow-parser": "^0.1.177", "@octokit/rest": "^19.0.7", "@octokit/types": "^9.0.0", "vscode-languageserver": "^8.0.2", @@ -190,11 +190,11 @@ }, "languageservice": { "name": "@github/actions-languageservice", - "version": "0.1.176", + "version": "0.1.177", "license": "MIT", "dependencies": { - "@github/actions-expressions": "^0.1.176", - "@github/actions-workflow-parser": "^0.1.176", + "@github/actions-expressions": "^0.1.177", + "@github/actions-workflow-parser": "^0.1.177", "vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-types": "^3.17.2", "vscode-uri": "^3.0.7", @@ -14285,10 +14285,10 @@ }, "workflow-parser": { "name": "@github/actions-workflow-parser", - "version": "0.1.176", + "version": "0.1.177", "license": "MIT", "dependencies": { - "@github/actions-expressions": "^0.1.176", + "@github/actions-expressions": "^0.1.177", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, @@ -14847,8 +14847,8 @@ "@github/actions-languageserver": { "version": "file:languageserver", "requires": { - "@github/actions-languageservice": "^0.1.176", - "@github/actions-workflow-parser": "^0.1.176", + "@github/actions-languageservice": "^0.1.177", + "@github/actions-workflow-parser": "^0.1.177", "@octokit/rest": "^19.0.7", "@octokit/types": "^9.0.0", "@types/jest": "^29.0.3", @@ -14881,8 +14881,8 @@ "@github/actions-languageservice": { "version": "file:languageservice", "requires": { - "@github/actions-expressions": "^0.1.176", - "@github/actions-workflow-parser": "^0.1.176", + "@github/actions-expressions": "^0.1.177", + "@github/actions-workflow-parser": "^0.1.177", "@types/jest": "^29.0.3", "jest": "^29.0.3", "prettier": "^2.8.3", @@ -14900,7 +14900,7 @@ "@github/actions-workflow-parser": { "version": "file:workflow-parser", "requires": { - "@github/actions-expressions": "^0.1.176", + "@github/actions-expressions": "^0.1.177", "@types/jest": "^29.0.3", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", @@ -17894,7 +17894,7 @@ "browser-playground": { "version": "file:browser-playground", "requires": { - "@github/actions-languageserver": "^0.1.176", + "@github/actions-languageserver": "^0.1.177", "css-loader": "^6.7.2", "monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-workers": "^0.34.2", diff --git a/workflow-parser/package.json b/workflow-parser/package.json index a56fdc8..8100cdf 100644 --- a/workflow-parser/package.json +++ b/workflow-parser/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-workflow-parser", - "version": "0.1.176", + "version": "0.1.177", "license": "MIT", "type": "module", "source": "./src/index.ts", @@ -40,7 +40,7 @@ "watch": "tsc --build tsconfig.build.json --watch" }, "dependencies": { - "@github/actions-expressions": "^0.1.176", + "@github/actions-expressions": "^0.1.177", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, From 7a3b867def3bab6049b2ec847e3709d11dc9f935 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 20 Mar 2023 16:03:30 -0400 Subject: [PATCH 2/4] Add issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 35 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 8 ++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++ 3 files changed, 60 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..db05b40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Report a bug or unexpected behavior while using Actions Language Services +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. With this workflow '...' +2. Do this '...' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Package/Area** +- [ ] Expressions +- [ ] Workflow Parser +- [ ] Language Service +- [ ] Language Server + +**Package Version** +`v1.x.y` + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..5b941e5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: true +contact_links: + - name: Ask a question or provide feedback about the Actions Language Services + about: For general Q&A and feedback, see the Discussions tab. + url: https://github.com/actions/languageservices/discussions + - name: Ask a question or provide feedback about GitHub Actions + about: Please check out the GitHub community forum for discussions about GitHub Actions + url: https://github.com/orgs/community/discussions/categories/actions diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..05e974c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for Actions Language Services +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. From fb5a0eaf3cff5b6281ad3387e0253c7ef2764c34 Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Mon, 20 Mar 2023 16:21:45 -0400 Subject: [PATCH 3/4] Fix numbering --- .github/ISSUE_TEMPLATE/bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index db05b40..7def99b 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -14,7 +14,7 @@ A clear and concise description of what the bug is. Steps to reproduce the behavior: 1. With this workflow '...' 2. Do this '...' -4. See error +3. See error **Expected behavior** A clear and concise description of what you expected to happen. From 9aa0f1db42dd40758b8ab8450bb94ba52356e6da Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 20 Mar 2023 21:08:38 +0000 Subject: [PATCH 4/4] v0.1.178 --- browser-playground/package.json | 4 ++-- expressions/package.json | 2 +- languageserver/package.json | 6 +++--- languageservice/package.json | 6 +++--- lerna.json | 2 +- package-lock.json | 34 ++++++++++++++++----------------- workflow-parser/package.json | 4 ++-- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/browser-playground/package.json b/browser-playground/package.json index 6ab822e..c11fc14 100644 --- a/browser-playground/package.json +++ b/browser-playground/package.json @@ -1,12 +1,12 @@ { "name": "browser-playground", - "version": "0.1.177", + "version": "0.1.178", "description": "", "private": true, "main": "index.js", "type": "module", "dependencies": { - "@github/actions-languageserver": "^0.1.177", + "@github/actions-languageserver": "^0.1.178", "monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-workers": "^0.34.2", "monaco-languageclient": "^4.0.3", diff --git a/expressions/package.json b/expressions/package.json index 4ef6649..67921d8 100755 --- a/expressions/package.json +++ b/expressions/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-expressions", - "version": "0.1.177", + "version": "0.1.178", "license": "MIT", "type": "module", "source": "./src/index.ts", diff --git a/languageserver/package.json b/languageserver/package.json index a73bd1a..a4a3035 100644 --- a/languageserver/package.json +++ b/languageserver/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-languageserver", - "version": "0.1.177", + "version": "0.1.178", "description": "Language server for GitHub Actions", "license": "MIT", "type": "module", @@ -40,8 +40,8 @@ "watch": "tsc --build tsconfig.build.json --watch" }, "dependencies": { - "@github/actions-languageservice": "^0.1.177", - "@github/actions-workflow-parser": "^0.1.177", + "@github/actions-languageservice": "^0.1.178", + "@github/actions-workflow-parser": "^0.1.178", "@octokit/rest": "^19.0.7", "@octokit/types": "^9.0.0", "vscode-languageserver": "^8.0.2", diff --git a/languageservice/package.json b/languageservice/package.json index f2771bf..c2dd12f 100644 --- a/languageservice/package.json +++ b/languageservice/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-languageservice", - "version": "0.1.177", + "version": "0.1.178", "description": "Language service for GitHub Actions", "license": "MIT", "type": "module", @@ -41,8 +41,8 @@ "watch": "tsc --build tsconfig.build.json --watch" }, "dependencies": { - "@github/actions-expressions": "^0.1.177", - "@github/actions-workflow-parser": "^0.1.177", + "@github/actions-expressions": "^0.1.178", + "@github/actions-workflow-parser": "^0.1.178", "vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-types": "^3.17.2", "vscode-uri": "^3.0.7", diff --git a/lerna.json b/lerna.json index 349e10e..6a3624f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.1.177" + "version": "0.1.178" } diff --git a/package-lock.json b/package-lock.json index 0940111..efe8eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -111,10 +111,10 @@ } }, "browser-playground": { - "version": "0.1.177", + "version": "0.1.178", "license": "MIT", "dependencies": { - "@github/actions-languageserver": "^0.1.177", + "@github/actions-languageserver": "^0.1.178", "monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-workers": "^0.34.2", "monaco-languageclient": "^4.0.3", @@ -135,7 +135,7 @@ }, "expressions": { "name": "@github/actions-expressions", - "version": "0.1.177", + "version": "0.1.178", "license": "MIT", "devDependencies": { "@types/jest": "^29.0.3", @@ -151,11 +151,11 @@ }, "languageserver": { "name": "@github/actions-languageserver", - "version": "0.1.177", + "version": "0.1.178", "license": "MIT", "dependencies": { - "@github/actions-languageservice": "^0.1.177", - "@github/actions-workflow-parser": "^0.1.177", + "@github/actions-languageservice": "^0.1.178", + "@github/actions-workflow-parser": "^0.1.178", "@octokit/rest": "^19.0.7", "@octokit/types": "^9.0.0", "vscode-languageserver": "^8.0.2", @@ -190,11 +190,11 @@ }, "languageservice": { "name": "@github/actions-languageservice", - "version": "0.1.177", + "version": "0.1.178", "license": "MIT", "dependencies": { - "@github/actions-expressions": "^0.1.177", - "@github/actions-workflow-parser": "^0.1.177", + "@github/actions-expressions": "^0.1.178", + "@github/actions-workflow-parser": "^0.1.178", "vscode-languageserver-textdocument": "^1.0.7", "vscode-languageserver-types": "^3.17.2", "vscode-uri": "^3.0.7", @@ -14285,10 +14285,10 @@ }, "workflow-parser": { "name": "@github/actions-workflow-parser", - "version": "0.1.177", + "version": "0.1.178", "license": "MIT", "dependencies": { - "@github/actions-expressions": "^0.1.177", + "@github/actions-expressions": "^0.1.178", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, @@ -14847,8 +14847,8 @@ "@github/actions-languageserver": { "version": "file:languageserver", "requires": { - "@github/actions-languageservice": "^0.1.177", - "@github/actions-workflow-parser": "^0.1.177", + "@github/actions-languageservice": "^0.1.178", + "@github/actions-workflow-parser": "^0.1.178", "@octokit/rest": "^19.0.7", "@octokit/types": "^9.0.0", "@types/jest": "^29.0.3", @@ -14881,8 +14881,8 @@ "@github/actions-languageservice": { "version": "file:languageservice", "requires": { - "@github/actions-expressions": "^0.1.177", - "@github/actions-workflow-parser": "^0.1.177", + "@github/actions-expressions": "^0.1.178", + "@github/actions-workflow-parser": "^0.1.178", "@types/jest": "^29.0.3", "jest": "^29.0.3", "prettier": "^2.8.3", @@ -14900,7 +14900,7 @@ "@github/actions-workflow-parser": { "version": "file:workflow-parser", "requires": { - "@github/actions-expressions": "^0.1.177", + "@github/actions-expressions": "^0.1.178", "@types/jest": "^29.0.3", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", @@ -17894,7 +17894,7 @@ "browser-playground": { "version": "file:browser-playground", "requires": { - "@github/actions-languageserver": "^0.1.177", + "@github/actions-languageserver": "^0.1.178", "css-loader": "^6.7.2", "monaco-editor-webpack-plugin": "^7.0.1", "monaco-editor-workers": "^0.34.2", diff --git a/workflow-parser/package.json b/workflow-parser/package.json index 8100cdf..41f7c19 100644 --- a/workflow-parser/package.json +++ b/workflow-parser/package.json @@ -1,6 +1,6 @@ { "name": "@github/actions-workflow-parser", - "version": "0.1.177", + "version": "0.1.178", "license": "MIT", "type": "module", "source": "./src/index.ts", @@ -40,7 +40,7 @@ "watch": "tsc --build tsconfig.build.json --watch" }, "dependencies": { - "@github/actions-expressions": "^0.1.177", + "@github/actions-expressions": "^0.1.178", "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" },