Skip to content

fix(FormGroup): add Storybook controls #1284

fix(FormGroup): add Storybook controls

fix(FormGroup): add Storybook controls #1284

name: pull request
on:
pull_request_target:
types: [opened, reopened, ready_for_review, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
follows-pr-template:
name: follows template
if:
${{ github.event.pull_request.user.type != 'Bot' &&
!github.event.pull_request.draft && (github.event.action != 'edited' ||
github.event.changes.body != null) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ github.event.pull_request.base.ref }}
- name: Validate PR body
uses: ./actions/validate-pr-template