Skip to content

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

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 #18

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