Files
atom/.github/lock.yml
2018-03-27 23:23:30 +02:00

14 lines
690 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: 180
# Comment to post before locking. Set to `false` to disable
lockComment: >
This issue is now locked since it had enough time for everyone to give
further feedback on after it was closed. If you can still reproduce this
issue in safe mode `atom --safe` then please open a new issue and fill out
[the entire issue template](https://github.com/atom/atom/blob/master/ISSUE_TEMPLATE.md)
to ensure that we have enough information to address your issue. Thanks!
# Limit to only `issues` or `pulls`
# only: issues