Skip to content

chore: Adjusts check-changelog-entry-file to verify the entry types our guidelines define #299

chore: Adjusts check-changelog-entry-file to verify the entry types our guidelines define

chore: Adjusts check-changelog-entry-file to verify the entry types our guidelines define #299

name: Check migration guide
on:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
check:
if: ${{ contains(github.event.pull_request.title, '!') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
id: changes
with:
filters: |
guides:
- 'website/docs/guides/**'
- if: ${{ steps.changes.outputs.guides == 'false' }}
run: echo "PR with breaking changes but no migration guide was created or updated" && exit 1