[skip ci] Adjust batch issue closing args

This commit is contained in:
arkon 2021-08-16 10:39:46 -04:00
parent 3099aaefc1
commit 324e949567
1 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,8 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# 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 1 year. If you think your request or report is still relevant and may benefit others, please open a new issue."
days-before-issue-stale: 365
days-before-issue-close: 0
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."
ascending: true
operations-per-run: 250