From daf680c6958f640bb54ffe96b9c119912bab67a1 Mon Sep 17 00:00:00 2001 From: kyle Date: Tue, 2 Jul 2019 09:34:20 -0500 Subject: [PATCH] housekeeping: silence lock bot for initial wave of actions (#5439) * housekeeping: silence lock bot for initial wave of actions * Update lock.yml --- .github/lock.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/lock.yml b/.github/lock.yml index 9a5b75fc..e0b8c11a 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,14 +1,15 @@ daysUntilLock: 365 skipCreatedBefore: 2017-03-29 # initial release of Swagger UI 3.0.0 exemptLabels: [] -lockLabel: "closed-by-bot: lock" +lockLabel: "locked-by: lock-bot" setLockReason: false only: issues -lockComment: | - Locking due to inactivity. +lockComment: false +# lockComment: | +# Locking due to inactivity. - This is done to avoid resurrecting old issues and bumping long threads with new, possibly unrelated content. +# This is done to avoid resurrecting old issues and bumping long threads with new, possibly unrelated content. - If you think you're experiencing something similar to what you've found here: please [open a new issue](https://github.com/swagger-api/swagger-ui/issues/new/choose), follow the template, and reference this issue in your report. +# If you think you're experiencing something similar to what you've found here: please [open a new issue](https://github.com/swagger-api/swagger-ui/issues/new/choose), follow the template, and reference this issue in your report. - Thanks! +# Thanks!