From 2653cf4d6b2011ef54a8349d71116c1637e38fe9 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 21 Sep 2018 14:11:04 -0700 Subject: [PATCH] github/lock: Use reason "resolved", which is the default What the "reason" means was explained in https://github.com/grpc/grpc-java/pull/4862#issuecomment-423662264 , and it's probably fair to accept the default. --- .github/lock.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index f0c939876f..c8878b25bb 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,3 +1,2 @@ daysUntilLock: 365 lockComment: false -setLockReason: false