Skip to content

DataGrid - Fix the browser scrolling back to the grid when data is updated (T1310557) #129

DataGrid - Fix the browser scrolling back to the grid when data is updated (T1310557)

DataGrid - Fix the browser scrolling back to the grid when data is updated (T1310557) #129

Workflow file for this run

name: Label PR by changed files
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}