We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977c579 commit db3a13bCopy full SHA for db3a13b
ci/dev/update-vscode.sh
@@ -47,7 +47,7 @@ main() {
47
48
echo "Opening a draft PR on GitHub"
49
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
50
- gh pr create --base master --title "feat(vscode): update to version $VSCODE_VERSION_TO_UPDATE" --body "This PR updates `/lib/vscode` to version: $VSCODE_VERSION_TO_UPDATE" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
+ gh pr create --base master --title "feat(vscode): update to version $VSCODE_VERSION_TO_UPDATE" --body "This PR updates vscode to version: $VSCODE_VERSION_TO_UPDATE" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft
51
52
53
echo "Going to try to update vscode for you..."
0 commit comments