add lock bot for old closed issues [skip ci] (#7839)

This commit is contained in:
Henry Zhu 2018-04-30 22:28:23 -07:00 committed by GitHub
parent e9d5073af1
commit 80cefaff2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/lock.yml vendored Normal file
View File

@ -0,0 +1,15 @@
# 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: 183
# Comment to post before locking. Set to `false` to disable
lockComment: false
#lockComment: >
# 👋 This thread has been automatically locked because it has been closed for a period of time 😴 and exact/similar
# problems may have been fixed already in a later version 🙂.
# 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