Skip to content

Bump storybook from 8.0.9 to 8.1.2 #12189

Bump storybook from 8.0.9 to 8.1.2

Bump storybook from 8.0.9 to 8.1.2 #12189

Workflow file for this run

name: Check for non committable changes
on:
pull_request:
paths:
- 'polaris-react/**'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
playground:
- 'polaris-react/playground/Playground.tsx'
- name: Check for changes to Playground.tsx
if: steps.filter.outputs.playground == 'true'
run: |
echo "Please remove changes from Playground.tsx before committing"
exit 1