Skip to content

[DataGrid] Export GridColumnUnsortedIconProps Interface for custom slots #275

[DataGrid] Export GridColumnUnsortedIconProps Interface for custom slots

[DataGrid] Export GridColumnUnsortedIconProps Interface for custom slots #275

on:
pull_request_target:
branches:
- next
types: ['closed']
jobs:
cherry_pick_to_master:
runs-on: ubuntu-latest
name: Cherry pick into master
permissions:
pull-requests: write
contents: write
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs cherry-pick') && github.event.pull_request.merged == true }}
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Cherry pick and create the new PR
uses: carloscastrojumo/[email protected]
with:
branch: master
body: 'Cherry-pick of #{old_pull_request_id}'
cherry-pick-branch: ${{ format('cherry-pick-{0}', github.event.number) }}
labels: |
cherry-pick
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}