Skip to content

[pickers] Simplify the ownerState on every slot to only pass a small object with valuable information #27

[pickers] Simplify the ownerState on every slot to only pass a small object with valuable information

[pickers] Simplify the ownerState on every slot to only pass a small object with valuable information #27

name: New issue triage
on:
issues:
types:
- opened
permissions: {}
jobs:
issue_cleanup:
name: Clean issue body
uses: mui/mui-public/.github/workflows/issues_body-cleanup.yml@master
permissions:
contents: read
issues: write
order_id_validation:
name: Validate order ID
needs: issue_cleanup
if: needs.issue_cleanup.outputs.orderId != ''
uses: mui/mui-public/.github/workflows/issues_order-id-validation.yml@master
secrets: inherit
with:
orderId: ${{ needs.issue_cleanup.outputs.orderId }}
permissions:
contents: read
issues: write