stale.yml: Change time for issues to be stale (#8114)

* stale.yml: Change time for issues to be stale

* match the suggestions
pull/1/head
CleanMachine1 2022-06-19 17:53:03 +01:00 committed by GitHub
parent d978571862
commit 1a57ff5df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -16,14 +16,21 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# Number of days of inactivity before an issue or PR is considered stale
days-before-stale: 15
days-before-pr-stale: 15
days-before-issue-stale: 45
# Number of days of inactivity before a stale issue or PR is closed
days-before-close: 30
days-before-pr-close: 30
days-before-issue-close: 90
# Issues or PRs with these labels will never be considered stale
exempt-pr-labels: stalebot ignore
exempt-issue-labels: stalebot ignore,help wanted
# Label to use when marking an issue or PR as stale
stale-pr-label: waiting