Skip to content

Bump @storybook/addon-essentials from 7.2.0 to 7.2.1 #1403

Bump @storybook/addon-essentials from 7.2.0 to 7.2.1

Bump @storybook/addon-essentials from 7.2.0 to 7.2.1 #1403

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
pre-ci:
uses: ./.github/workflows/build.yml
automerge-dependabot:
needs: pre-ci
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- name: Automerge Dependabot
uses: fastify/github-action-merge-dependabot@v3.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}