Skip to content

Commit 8ed5954

Browse files
committed
chore: Make updating vscode a feature level change.
1 parent 2f75b45 commit 8ed5954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-vscode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464
if: steps.vscode_changed.outputs.value == 'true'
6565
uses: streetsidesoftware/actions/.github/actions/pr@v1
6666
with:
67-
commit-message: 'fix: Update VSCode to (${{ env.VSCODE_VERSION }})'
67+
commit-message: 'feat: Update VSCode to (${{ env.VSCODE_VERSION }})'
6868
branch: ${{ env.NEW_BRANCH }}
6969
base: ${{ env.REF_BRANCH }}
70-
title: 'fix: Update VSCode to (${{ env.VSCODE_VERSION }}) (${{ env.REF_BRANCH }})'
70+
title: 'feat: Update VSCode to (${{ env.VSCODE_VERSION }}) (${{ env.REF_BRANCH }})'
7171
body: ${{ steps.gen_body.outputs.value }}
7272
app_id: ${{ secrets.AUTOMATION_APP_ID }}
7373
app_private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }}

0 commit comments

Comments
 (0)