From a3563422c471adb2298f728184bedb053a5110e4 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Fri, 6 Feb 2026 13:48:30 -0800 Subject: [PATCH] ci: fix patches changes detected in apply patches workflow (#49701) --- .github/workflows/apply-patches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/apply-patches.yml b/.github/workflows/apply-patches.yml index 181b085cd8..0928b58357 100644 --- a/.github/workflows/apply-patches.yml +++ b/.github/workflows/apply-patches.yml @@ -66,6 +66,7 @@ jobs: git config user.name "Electron Bot" git fetch origin refs/pull/${PR_NUMBER}/head git merge --squash FETCH_HEAD + git commit -n -m "Squashed commits" - name: Checkout & Sync & Save uses: ./src/electron/.github/actions/checkout with: