Screen reader doesn't announce Dialog description but it announces Modal description #1430
This file contains hidden or 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: 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@dd7db35e4c70c656b86a98cf9b4819e7a4105f48 # master | |
| permissions: | |
| contents: read | |
| issues: write |