Skip to content

fix(Table): emit aria-sort on sortable th elements #4661

fix(Table): emit aria-sort on sortable th elements

fix(Table): emit aria-sort on sortable th elements #4661

Workflow file for this run

name: pr-labeler
on:
- pull_request_target
jobs:
labeler:
runs-on: ubuntu-slim
permissions:
contents: read
pull-requests: write
steps:
- name: Label PRs based on base branch
uses: actions/labeler@v7
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: false