diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d283843..6e32a04 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,13 +16,13 @@ jobs: uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-issue-stale: 10 - days-before-pr-stale: 7 - days-before-issue-close: 10 - days-before-pr-close: 7 - stale-issue-label: 'no-issue-activity' - stale-issue-message: 'This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 3 days.' - close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.' - stale-pr-label: 'no-pr-activity' - stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 2 days.' - close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.' + stale-issue-label: "no-issue-activity" + days-before-issue-stale: 60 + 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 30 days." + days-before-issue-close: 30 + close-issue-message: "This issue was closed because it has been stalled for 30 days with no activity." + stale-pr-label: "no-pr-activity" + days-before-pr-stale: 15 + stale-pr-message: "This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 10 days." + days-before-pr-close: 10 + close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."