diff --git a/.github/workflows/consistency.yml b/.github/workflows/consistency.yml index 93eff63678a..722404fd4a3 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/') }} + if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-update/') }} - run: pnpm check-version-mismatch name: Check version mismatch