9aa50fb9fc
We're already using the stale bot which seems to work quite well for us. Let's also add: - [No Response](https://probot.github.io/apps/no-response/) (replacing [github-snooze-button](https://github.com/tdsmith/github-snooze-button)) - [Move Issues](https://probot.github.io/apps/move/) - [Support Requests](https://probot.github.io/apps/support/) - [Lock Threads](https://probot.github.io/apps/lock/)
13 lines
473 B
YAML
13 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
|