diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index b0311c84..af952329 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -10,9 +10,9 @@ jobs: - uses: jvalkeal/stale@v3-patch1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 1095 + days-before-stale: 1460 days-before-close: 7 - stale-issue-message: 'This issue is stale because it has been open 1095 days with no activity. Remove status/stale label or comment or this will be closed in 7 days' + stale-issue-message: 'This issue is stale because it has been open 1460 days with no activity. Remove status/stale label or comment or this will be closed in 7 days' close-issue-message: 'Closing stale issue due to inactivity' stale-issue-label: status/stale close-issue-label: status/closed-as-stale