diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 2566872b..fcd2b45f 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -13,7 +13,7 @@ jobs: uses: actions/stale@v4 with: repo-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} - days-before-stale: 90 + days-before-stale: 360 days-before-close: 5 operations-per-run: 30 remove-stale-when-updated: true @@ -25,9 +25,9 @@ jobs: This PR is stale because it has been open 6 weeks with no activity. Either remove the stale label or comment below with a short update, otherwise this PR will be closed in 5 days. close-issue-message: > - This issue was automatically closed because it has been stalled for over 6 weeks with no activity. + This issue was automatically closed because it has been stalled for over 1 year with no activity. close-pr-message: > - This pull request was automatically closed because it has been stalled for over 6 weeks with no activity. + This pull request was automatically closed because it has been stalled for over 1 year with no activity. stale-issue-label: '⚰️ Stale' close-issue-label: '🕸️ Inactive' stale-pr-label: '⚰️ Stale'