From 86b9bc204879bcfcebc0a8c82976517a691f22f3 Mon Sep 17 00:00:00 2001 From: kyle Date: Mon, 1 Jul 2019 16:54:09 -0400 Subject: [PATCH 1/2] Create lock.yml --- .github/lock.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/lock.yml diff --git a/.github/lock.yml b/.github/lock.yml new file mode 100644 index 00000000000..4903303943f --- /dev/null +++ b/.github/lock.yml @@ -0,0 +1,14 @@ +daysUntilLock: 365 +skipCreatedBefore: 2017-03-29 # initial release of Swagger UI 3.0.0 +exemptLabels: [] +lockLabel: false +setLockReason: false +only: issues +lockComment: > + Locking due to inactivity. + + 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. + + Thanks! From 3c34e09c59cae3075d6248f17ac84c4e60dc643d Mon Sep 17 00:00:00 2001 From: kyle Date: Mon, 1 Jul 2019 17:16:37 -0400 Subject: [PATCH 2/2] add trace label to locked issues --- .github/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/lock.yml b/.github/lock.yml index 4903303943f..7be937708d6 100644 --- a/.github/lock.yml +++ b/.github/lock.yml @@ -1,7 +1,7 @@ daysUntilLock: 365 skipCreatedBefore: 2017-03-29 # initial release of Swagger UI 3.0.0 exemptLabels: [] -lockLabel: false +lockLabel: "closed-by-bot: lock" setLockReason: false only: issues lockComment: >