mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: update lock settings
This commit is contained in:
parent
ff409ab7c0
commit
239501c3d8
1 changed files with 2 additions and 2 deletions
4
.github/lock.yml
vendored
4
.github/lock.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
# Configuration for lock-threads - https://github.com/dessant/lock-threads
|
||||
|
||||
# Number of days of inactivity before a closed issue or pull request is locked
|
||||
daysUntilLock: 365
|
||||
daysUntilLock: 200
|
||||
|
||||
# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
|
||||
exemptLabels: []
|
||||
|
@ -25,4 +25,4 @@ issues:
|
|||
lockLabel: outdated
|
||||
|
||||
pulls:
|
||||
daysUntilLock: 180
|
||||
daysUntilLock: 90
|
||||
|
|
Loading…
Reference in a new issue