Skip to content

chore: Adds PR check that verifies migration guide when flagged as breaking change #15

chore: Adds PR check that verifies migration guide when flagged as breaking change

chore: Adds PR check that verifies migration guide when flagged as breaking change #15

name: Check migration guide
on:
pull_request:
types: [opened, reopened, synchronize, edited, labeled, unlabeled]
jobs:
check:
if: ${{ contains(toJson(github.event.pull_request.labels.*.name), 'breaking-change') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633