Unverified Commit 87f80251 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

update lockbot (#2842)



* update lockbot

* disable lockLabel

* Update lock.yml
Co-authored-by: default avatarGuolin Ke <guolin.ke@outlook.com>
parent 8f5cd522
...@@ -8,16 +8,13 @@ daysUntilLock: 60 ...@@ -8,16 +8,13 @@ daysUntilLock: 60
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: ['blocking', 'bug', 'effectiveness', 'efficiency', 'feature request', 'help wanted', 'in progress'] exemptLabels: ['effectiveness', 'efficiency', 'feature request', 'help wanted']
# 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: true lockLabel: false
# Comment to post before locking. Set to `false` to disable # Comment to post before locking. Set to `false` to disable
lockComment: > lockComment: false
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.
# 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment