github/lock.yml: Lock GitHub issues after 90 days

The earlier year was just for testing. Things are working as we'd hope.
Choosing 90 days for now. If an issue is closed at the beginning of a
release cycle, that gives release cycle + 6 weeks to upgrade, which
seems plenty. Worst-case, is users open a new issue referencing the old
one they found.
This commit is contained in:
Eric Anderson 2018-09-25 16:00:55 -07:00
parent 8e72351a65
commit 1f006959b0
1 changed files with 1 additions and 1 deletions

2
.github/lock.yml vendored
View File

@ -1,2 +1,2 @@
daysUntilLock: 365 daysUntilLock: 90
lockComment: false lockComment: false