Skip to content

Commit 6f6f132

Browse files
authored
fix name for auto-microsoft branch start names (#3024)
1 parent 72488cf commit 6f6f132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/consistency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run: pnpm change verify
3434
name: Check changelog
35-
if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-update/') }}
35+
if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-') }}
3636

3737
- run: pnpm check-version-mismatch
3838
name: Check version mismatch

0 commit comments

Comments
 (0)