From 6f6f13290cd399b3ad08d88421de8571ce3f38b5 Mon Sep 17 00:00:00 2001 From: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:37:13 -0500 Subject: [PATCH] fix name for auto-microsoft branch start names (#3024) --- .github/workflows/consistency.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/consistency.yml b/.github/workflows/consistency.yml index 722404fd4a..06b8c9d264 100644 --- a/.github/workflows/consistency.yml +++ b/.github/workflows/consistency.yml @@ -32,7 +32,7 @@ jobs: - run: pnpm change verify name: Check changelog - if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-update/') }} + if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-') }} - run: pnpm check-version-mismatch name: Check version mismatch