Skip to content

Bump the storybook group across 1 directory with 7 updates #3665

Bump the storybook group across 1 directory with 7 updates

Bump the storybook group across 1 directory with 7 updates #3665

Workflow file for this run

name: label-check
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
label-check:
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch,skip-changelog
repo_token: ${{ secrets.GITHUB_TOKEN }}