Skip to content

Commit

Permalink
don't run changelog verification on auto prs (#3018)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jan 17, 2025
1 parent d033d4e commit ed2d480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/consistency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed2d480

Please sign in to comment.