diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 306cea95..d670351e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,5 +13,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} exempt-issue-labels: 'retained' exempt-pr-labels: 'retained' - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' - stale-pr-message: 'This pr is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days' + 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 14 days' + stale-pr-message: 'This pr is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days' + days-before-stale: 90 + days-before-close: 14 + days-before-pr-close: -1