[DataGridPremium] Make clipboard copy respect the sorting during cell selection #10817
Workflow file for this run
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: Check if PR has label | |
on: | |
pull_request: | |
types: [opened, reopened, labeled, unlabeled] | |
permissions: {} | |
jobs: | |
test-label-applied: | |
# Tests that label is added on the PR | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
steps: | |
- uses: mnajdova/github-action-required-labels@ca0df9249827e43aa4b4a0d25d9fe3e9b19b0705 # v2.1.0 | |
with: | |
mode: minimum | |
count: 1 | |
labels: '' |