fix(TableHeader): remove sort announcement props as no needed and update aria-sort handling #4682
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Semantic PR Title | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - edited | |
| - synchronize | |
| jobs: | |
| semantic-pr-title: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: dequelabs/semantic-pr-title@v1 |