Skip to content

[question] I can't figure out a way to prevent columns from resizing when selecting a row #1158

[question] I can't figure out a way to prevent columns from resizing when selecting a row

[question] I can't figure out a way to prevent columns from resizing when selecting a row #1158

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