Skip to content

[pickers] Improve and simplify the auto-closing strategy of pickers with a value selected in several steps #1157

[pickers] Improve and simplify the auto-closing strategy of pickers with a value selected in several steps

[pickers] Improve and simplify the auto-closing strategy of pickers with a value selected in several steps #1157

name: Add closing message to issue
on:
issues:
types:
- closed
permissions: {}
jobs:
add-comment:
name: Add closing message
if: github.event.issue.state_reason == 'completed'
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@master
permissions:
contents: read
issues: write