mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
12 lines
512 B
YAML
12 lines
512 B
YAML
|
# Number of days of inactivity before a closed issue or pull request is locked
|
||
|
daysUntilLock: 30
|
||
|
# Issues and pull requests with these labels will not be locked.
|
||
|
exemptLabels: []
|
||
|
# Label to add before locking, such as `outdated`. Set to `false` to disable
|
||
|
lockLabel: "S: outdated"
|
||
|
# Comment to post before locking. Set to `false` to disable
|
||
|
lockComment: >
|
||
|
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.
|