14 lines
473 B
YAML
14 lines
473 B
YAML
|
# 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: 30
|
||
|
# Comment to post before locking. Set to `false` to disable
|
||
|
lockComment: false
|
||
|
# Issues or pull requests with these labels will not be locked
|
||
|
# exemptLabels:
|
||
|
# - no-locking
|
||
|
# Limit to only `issues` or `pulls`
|
||
|
# only: issues
|
||
|
# Add a label when locking. Set to `false` to disable
|
||
|
lockLabel: outdated
|