Merge pull request #8345 from frappe/pr-stale-time

chore: Reduce PR stale and close time
This commit is contained in:
mergify[bot] 2019-09-06 02:39:27 +00:00 committed by GitHub
commit b30cec042b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/stale.yml vendored
View file

@ -1,11 +1,11 @@
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 30
daysUntilStale: 10
# 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.
daysUntilClose: 7
daysUntilClose: 3
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: