[DataGrid] Use slotProps
to forward props to .main
and .root
elements
#340
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: Create cherry-pick PR | |
on: | |
pull_request_target: | |
branches: | |
- 'next' | |
- 'v*.x' | |
- 'master' | |
types: ['closed'] | |
permissions: {} | |
jobs: | |
create_pr: | |
name: Create cherry-pick PR | |
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@master | |
permissions: | |
contents: write | |
pull-requests: write |