diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 6bf50554..dd0c7abb 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -2,7 +2,7 @@ name: Close stale issues on: schedule: - - cron: "30 1 * * *" + - cron: '30 1 * * *' permissions: issues: write @@ -17,5 +17,6 @@ jobs: steps: - uses: actions/stale@v5 with: - stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days." - exempt-issue-labels: "reviewed" + stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.' + exempt-issue-labels: 'reviewed' + close-issue-reason: 'not_planned'