Skip to content

docs: Update migration handling for next version #2978

docs: Update migration handling for next version

docs: Update migration handling for next version #2978

Workflow file for this run

name: pull-request
on:
pull_request:
branches:
- main
- release-*
types:
- edited
- opened
- synchronize
- reopened
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fetch pull request
run: jq -r ".pull_request.body" "${{ github.event_path }}" > /tmp/pull-request-body.md
- name: Validate pull request
run: ./scripts/validate-pull-request.sh /tmp/pull-request-body.md