diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1b90fba..06349af 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days' - days-before-stale: 90 - days-before-close: 5 \ No newline at end of file + stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days' + days-before-stale: 180 + days-before-close: 30 \ No newline at end of file