From 1f006959b0863bf254495c4d627b4c9abaca41f0 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 25 Sep 2018 16:00:55 -0700 Subject: [PATCH] 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. --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index c8878b25bb..119e4840be 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,2 +1,2 @@ -daysUntilLock: 365 +daysUntilLock: 90 lockComment: false