mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
14 lines
758 B
YAML
14 lines
758 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](https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode)
|
|
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
|