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

4
.github/stale.yml vendored
View file

@ -9,9 +9,9 @@ limitPerRun: 1
pulls: pulls:
# Number of days of inactivity before a Pull Request becomes stale # 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 # 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 # Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels: exemptLabels:
- Assigned - Assigned