Skip to content

Commit ed2d480

Browse files
authored
don't run changelog verification on auto prs (#3018)
1 parent d033d4e commit ed2d480

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/') }}
35+
if: ${{ !startsWith(github.head_ref, 'publish/') && !startsWith(github.head_ref, 'dependabot/') && !startsWith(github.head_ref, 'backmerge/') && !startsWith(github.head_ref, 'auto-microsoft-update/') }}
3636

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

0 commit comments

Comments
 (0)