No response #28166
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: No response | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| # These runs in our repos are spread evenly throughout the day to avoid hitting rate limits. | |
| # If you change this schedule, consider changing the remaining repositories as well. | |
| # Runs at 3 am, 3 pm | |
| - cron: '0 3,15 * * *' | |
| permissions: {} | |
| jobs: | |
| noResponse: | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| name: Handle stale issues and PRs | |
| uses: mui/mui-public/.github/workflows/general_handle-stale-issues-and-prs.yml@master |