Allow the Lock bot to lock existing closed issues

This commit is contained in:
Jeremy Stretch 2020-01-15 08:49:50 -05:00
parent 823e1280d2
commit e0ea5b0e0b

2
.github/lock.yml vendored
View File

@ -5,7 +5,7 @@ daysUntilLock: 90
# Skip issues and pull requests created before a given timestamp. Timestamp must
# follow ISO 8601 (`YYYY-MM-DD`). Set to `false` to disable
skipCreatedBefore: 2020-01-01
skipCreatedBefore: false
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: []