diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b72d1d96b3..c013772645 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,6 +11,6 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 80 days with no activity. Remove stale label or comment or this will be closed in 10 days' - days-before-stale: 80 + stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 10 days' + days-before-stale: 180 days-before-close: 10