Skip to content

fix(ActionList/Menu): vertically center trailing slot of items #2443

fix(ActionList/Menu): vertically center trailing slot of items

fix(ActionList/Menu): vertically center trailing slot of items #2443

Workflow file for this run

name: Label PRs
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true