From 3e9b59c0f1440913e5554b943ca74e291bd623e7 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 7 May 2018 11:28:25 -0400 Subject: [PATCH] reorg lock yml [skip ci] --- .github/lock.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index ede6d50552..7737237177 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -4,13 +4,9 @@ daysUntilLock: 91 # Comment to post before locking. Set to `false` to disable lockComment: false -#lockComment: > -# 👋 This thread has been automatically locked because it has been closed for a period of time 😴 and exact/similar -# problems may have been fixed already in a later version 🙂. -# Please open a new issue for related bugs and link to relevant comments in this thread. +only: issues +lockLabel: 'outdated' + # Issues or pull requests with these labels will not be locked # exemptLabels: # - no-locking -# Limit to only `issues` or `pulls` -only: issues -lockLabel: 'outdated'