From 51beb04c10c5c07b56b267c5ec9406a5a1a3fb75 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:29:52 -0800 Subject: [PATCH] ci: fix patches changes detected in apply patches workflow (#49710) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: David Sanders --- .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: