From e9a908f5c117689f17c2e46936108917a098e0c2 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Tue, 21 Jan 2025 11:36:04 -0500 Subject: [PATCH] fix name for auto-microsoft branch start names --- .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 722404fd4a3..06b8c9d2644 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