Skip to content

Bump eslint-plugin-storybook from 0.9.0 to 0.10.1 #4557

Bump eslint-plugin-storybook from 0.9.0 to 0.10.1

Bump eslint-plugin-storybook from 0.9.0 to 0.10.1 #4557

Workflow file for this run

name: auto-label
on:
- pull_request
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
# Only run for non-dependabot PRs
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}