We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d033d4e commit ed2d480Copy full SHA for ed2d480
1 file changed
.github/workflows/consistency.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- run: pnpm change verify
34
name: Check changelog
35
- 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/') }}
36
37
- run: pnpm check-version-mismatch
38
name: Check version mismatch
0 commit comments