Skip to content

fix: allow navigating to Table MultiSelect fields using tab #4651

fix: allow navigating to Table MultiSelect fields using tab

fix: allow navigating to Table MultiSelect fields using tab #4651

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, reopened]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"