Update stale.yml

Reduce the stale days to 30 days.

Signed-off-by: Sheng Yang <sheng.yang@suse.com>
This commit is contained in:
Sheng Yang 2021-02-10 16:46:32 -08:00 committed by GitHub
parent 4d3cf2ad9c
commit 723bf21b43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/stale.yml vendored
View File

@ -1,7 +1,7 @@
# Configuration for probot-stale - https://github.com/probot/stale # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale # Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60 daysUntilStale: 30
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.