Skip to content

fix(core/structure): prevent section header wrappers from collapsing in flex layouts #474

fix(core/structure): prevent section header wrappers from collapsing in flex layouts

fix(core/structure): prevent section header wrappers from collapsing in flex layouts #474

name: Check PR title
on:
pull_request:
branches: ['*']
types:
- edited
- opened
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}