diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ff3e02df62..2145165417 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,8 +9,6 @@ jobs: steps: - uses: actions/stale@v5 with: - stale-issue-message: 'This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs.' - close-issue-message: 'Closed as inactive. Feel free to reopen if this is still an issue.' + stale-issue-message: 'This issue was marked as stale due to lack of activity.' days-before-issue-stale: 60 - days-before-issue-close: 7 exempt-issue-labels: 'do-not-stale'