mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 13:38:31 +02:00
improvements to lockbot for Github comments
This commit is contained in:
parent
952cb9060a
commit
67986ee761
1 changed files with 3 additions and 2 deletions
5
.github/lock.yml
vendored
5
.github/lock.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue