From 3f69e83fe3a697c25bf69d02ea36e111f68094b1 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Thu, 2 Apr 2020 12:27:37 -0700 Subject: [PATCH] only auto-lock issues, not pull requests (#53851) --- .github/lock.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index c7011fb385b..ce5852c6f74 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -24,7 +24,7 @@ lockComment: > setLockReason: false # Limit to only `issues` or `pulls` -# only: issues +only: issues # Optionally, specify configuration settings just for `issues` or `pulls` # issues: @@ -36,4 +36,4 @@ setLockReason: false # daysUntilLock: 30 # Repository to extend settings from -# _extends: repo \ No newline at end of file +# _extends: repo