Add configuration for lock bot

This commit is contained in:
Pradyun Gedam 2018-05-30 15:37:42 +05:30
parent f3d82aa741
commit 3c1413323e
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 11 additions and 0 deletions

11
.github/lock.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# Number of days of inactivity before a closed issue or pull request is locked
daysUntilLock: 30
# Issues and pull requests with these labels will not be locked.
exemptLabels: []
# Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: "S: outdated"
# Comment to post before locking. Set to `false` to disable
lockComment: >
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.