Skip to content

Commit 60eb7e2

Browse files
authored
housekeeping add configuration for Lock Threads bot (via #5437)
* Create lock.yml * add trace label to locked issues
1 parent 97b9c3e commit 60eb7e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/lock.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
daysUntilLock: 365
2+
skipCreatedBefore: 2017-03-29 # initial release of Swagger UI 3.0.0
3+
exemptLabels: []
4+
lockLabel: "closed-by-bot: lock"
5+
setLockReason: false
6+
only: issues
7+
lockComment: >
8+
Locking due to inactivity.
9+
10+
This is done to avoid resurrecting old issues and bumping long threads with new, possibly unrelated content.
11+
12+
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.
13+
14+
Thanks!

0 commit comments

Comments
 (0)