Increase time it takes for Github Pull Requests to go stale

This commit is contained in:
mezz 2018-08-18 11:21:53 -07:00 committed by GitHub
parent 69233f1bbf
commit d0e40ca726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.github/stale.yml vendored
View File

@ -9,9 +9,9 @@ limitPerRun: 1
pulls:
# Number of days of inactivity before a Pull Request becomes stale
daysUntilStale: 30
daysUntilStale: 60
# Number of days of inactivity before a stale Pull Request is closed
daysUntilClose: 7
daysUntilClose: 14
# Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- Assigned