mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-02 18:21:23 +00:00
20 lines
648 B
YAML
20 lines
648 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: >
|
|
This thread has been automatically locked because it has not had recent
|
|
activity. Please open a new issue for related bugs and link to relevant
|
|
comments in this thread.
|
|
|
|
# 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: false
|