diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 24567878..2e92414f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/stale@v7.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - 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-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 7 days' exempt-issue-label: 'enhancement' - stale-pr-message: 'This Pull-Request 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 Pull-Request is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' - days-before-stale: 999 - days-before-close: 999 + days-before-stale: 90 + days-before-close: 97