Skip to content

fix: normalize story names for <Tooltip> so the link from the docs works #12333

fix: normalize story names for <Tooltip> so the link from the docs works

fix: normalize story names for <Tooltip> so the link from the docs works #12333

Workflow file for this run

name: Labeler
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}