[skip ci] Adjust stale issue threshold

This commit is contained in:
arkon 2021-08-16 10:35:29 -04:00
parent b1e19ab3b7
commit 3099aaefc1
1 changed files with 3 additions and 3 deletions

View File

@ -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."
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."