chore: increase stale window

[skip ci]
This commit is contained in:
Ankush Menat 2023-08-24 23:21:30 +05:30 committed by GitHub
parent be4b2f802f
commit 81d7dc6b00
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
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 7
daysUntilStale: 14
# Number of days of inactivity before a stale Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.