From 3099aaefc115dc37deccd5964211e7000696387d Mon Sep 17 00:00:00 2001 From: arkon Date: Mon, 16 Aug 2021 10:35:29 -0400 Subject: [PATCH] [skip ci] Adjust stale issue threshold --- .github/workflows/batch_close_issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/batch_close_issues.yml b/.github/workflows/batch_close_issues.yml index 0e6e53706..41b57c8e3 100644 --- a/.github/workflows/batch_close_issues.yml +++ b/.github/workflows/batch_close_issues.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - # Close everything older than 2 years - days-before-stale: 730 + # Close everything older than 1 year + days-before-stale: 365 days-before-close: 0 - close-issue-message: "In an effort to have a more manageable issue backlog, we're closing issues older than 2 years. If you think your request or report is still relevant and may benefit others, please open a new issue." \ No newline at end of file + close-issue-message: "In an effort to have a more manageable issue backlog, we're closing issues older than 1 year. If you think your request or report is still relevant and may benefit others, please open a new issue." \ No newline at end of file