Skip to content

Commit 279bfc1

Browse files
committed
Remove "VS" from update PR
Technically it is Code (or Code OSS), not VS Code.
1 parent 51bc3c0 commit 279bfc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
git config --global user.email opensource@coder.com
6464
git checkout -b "update/$VERSION"
6565
git add .
66-
git commit -m "Update VS Code to $VERSION"
66+
git commit -m "Update Code to $VERSION"
6767
git push -u origin "$(git branch --show)"
6868
gh pr create \
6969
--repo coder/code-server \
70-
--title "Update VS Code to $VERSION" \
70+
--title "Update Code to $VERSION" \
7171
--body-file .cache/checklist \
7272
--draft

0 commit comments

Comments
 (0)