Skip to content

Commit

Permalink
docs: move manual test note on top when updating extensions
Browse files Browse the repository at this point in the history
Swap the content and note in the PR body to prevent the note from falling-off because of overflow of summary text.
  • Loading branch information
rjaegers committed Jun 12, 2024
1 parent 428570c commit 00633eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ jobs:
commit-message: "Update ${{ join(fromJson(steps.update-extensions.outputs.updated-dependencies), ', ') }}"
branch: feature/update-vscode-extensions
body: |
${{ steps.update-extensions.outputs.markdown-summary }}
> [!NOTE]
> Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are no automated tests for the VS Code Extension updates.
${{ steps.update-extensions.outputs.markdown-summary }}
title: "chore(deps,${{ matrix.flavor }}): update ${{ join(fromJson(steps.update-extensions.outputs.updated-dependencies), ', ') }}"
labels: dependencies,vscode-extensions
token: ${{ steps.token.outputs.token }}

0 comments on commit 00633eb

Please sign in to comment.