improvements to lockbot for Github comments

This commit is contained in:
MinchinWeb 2020-05-06 20:47:06 -06:00
parent 952cb9060a
commit 67986ee761

5
.github/lock.yml vendored
View file

@ -8,7 +8,7 @@ daysUntilLock: 90
skipCreatedBefore: false skipCreatedBefore: false
# Issues and pull requests with these labels will be ignored. Set to `[]` to disable # Issues and pull requests with these labels will be ignored. Set to `[]` to disable
exemptLabels: [] exemptLabels: [':pushpin:']
# Label to add before locking, such as `outdated`. Set to `false` to disable # Label to add before locking, such as `outdated`. Set to `false` to disable
lockLabel: ':lock:' lockLabel: ':lock:'
@ -17,7 +17,8 @@ lockLabel: ':lock:'
lockComment: > lockComment: >
This thread has been automatically locked since there has not been This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for any recent activity after it was closed. Please open a new issue for
related bugs. related bugs. You can link back here from your new issue to continue
the conversation.
# Assign `resolved` as the reason for locking. Set to `false` to disable # Assign `resolved` as the reason for locking. Set to `false` to disable
setLockReason: true setLockReason: true