[material-ui][Grid2] Child Grids in custom component are not aligned on the same row as expected #233
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: Add closing message to issue | |
on: | |
issues: | |
types: | |
- closed | |
workflow_call: | |
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 |