mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
9dc2458579
Rename the label applied to auto-locked issues
8 lines
363 B
YAML
8 lines
363 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: auto-locked"
|
|
# Comment to post before locking. Set to `false` to disable
|
|
lockComment: false
|