chore: correct days before an issue in GitHub is considered stale by stalebot (#29157)

I got this wrong in #29134. The original config set this at 365 days, not 7.
This commit is contained in:
Steven Luscher 2022-12-08 14:39:13 -08:00 committed by GitHub
parent 8a0a578465
commit 6b2275574f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
ascending: true # Spend API operations budget on older, more-likely-to-get-closed issues first
close-issue-message: "" # Leave no comment when closing
close-pr-message: "" # Leave no comment when closing
days-before-issue-stale: 7
days-before-issue-stale: 365
days-before-pr-stale: 14
days-before-close: 7
debug-only: ${{ github.event_name == 'pull_request' }} # Dry-run when true.