From 68a96eec0628bb7f506def9563936c163329933b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 10:25:41 +0000 Subject: [PATCH 1/2] Initial plan From d013717f86a8d8695714d5100fc7cbfdbb9b8f71 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 10:27:23 +0000 Subject: [PATCH 2/2] refactor: extract PR body note to template file Co-authored-by: rjaegers <45816308+rjaegers@users.noreply.github.com> --- .github/VSCODE_EXTENSION_UPDATE_PR_TEMPLATE.md | 3 +++ .github/workflows/update-dependencies.yml | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .github/VSCODE_EXTENSION_UPDATE_PR_TEMPLATE.md diff --git a/.github/VSCODE_EXTENSION_UPDATE_PR_TEMPLATE.md b/.github/VSCODE_EXTENSION_UPDATE_PR_TEMPLATE.md new file mode 100644 index 00000000..d7d7562c --- /dev/null +++ b/.github/VSCODE_EXTENSION_UPDATE_PR_TEMPLATE.md @@ -0,0 +1,3 @@ +> [!NOTE] +> Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are limited automated tests for the VS Code Extension updates. + diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index d2946df8..02b1e43f 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -72,9 +72,7 @@ jobs: input-file: .devcontainer/${{ matrix.flavor }}/${{ matrix.file }} - run: | { - echo "> [!NOTE]" - echo "> Before merging this PR, please conduct a manual test checking basic functionality of the updated plug-ins. There are limited automated tests for the VS Code Extension updates." - echo "" + cat .github/VSCODE_EXTENSION_UPDATE_PR_TEMPLATE.md echo "${{ steps.update-extensions.outputs.markdown-summary }}" } >> pull-request-body.md - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1