From 00633eb20223aab8c5517c2c04375b51213d0baa Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Wed, 12 Jun 2024 08:13:49 +0000 Subject: [PATCH] docs: move manual test note on top when updating extensions Swap the content and note in the PR body to prevent the note from falling-off because of overflow of summary text. --- .github/workflows/update-dependencies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 5a47d6dc..38021019 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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 }}