fix(DataGrid): Row size change issues with virtual scrolling enabled #1
This file contains 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: PR # Checks the PR title is of the correct format | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- synchronize | |
merge_group: | |
types: [checks_requested] | |
jobs: | |
validate_title: | |
name: validate title | |
if: ${{ github.event_name != 'merge_group' }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: amannn/action-semantic-pull-request@v3.4.6 # cspell:disable-line | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |