From 465f97a528360da8a25be99a814314aaa88a60fa Mon Sep 17 00:00:00 2001 From: matt korwel Date: Tue, 21 Oct 2025 16:45:32 -0700 Subject: [PATCH] fix: Improve patch workflow and update NOTICES.txt (#11623) --- .github/workflows/ci.yml | 3 +++ .github/workflows/release-patch-1-create-pr.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864793d03a..09d0be0929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,9 @@ jobs: - name: 'Install dependencies' run: 'npm ci' + - name: 'Validate NOTICES.txt' + run: 'git diff --exit-code packages/vscode-ide-companion/NOTICES.txt' + - name: 'Check lockfile' run: 'npm run check:lockfile' diff --git a/.github/workflows/release-patch-1-create-pr.yml b/.github/workflows/release-patch-1-create-pr.yml index c58523f53c..e12b6b588d 100644 --- a/.github/workflows/release-patch-1-create-pr.yml +++ b/.github/workflows/release-patch-1-create-pr.yml @@ -64,7 +64,7 @@ jobs: github-token: '${{ secrets.GITHUB_TOKEN }}' - name: 'Install Script Dependencies' - run: 'npm install yargs --no-package-lock' + run: 'npm ci' - name: 'Configure Git User' env: