lock.yml 868 B

1234567891011121314151617
  1. # Configuration for lock-threads - https://github.com/dessant/lock-threads
  2. # Number of days of inactivity before a closed issue or pull request is locked
  3. daysUntilLock: 180
  4. # Comment to post before locking. Set to `false` to disable
  5. lockComment: >
  6. This issue has been automatically locked since there has not been
  7. any recent activity after it was closed. If you can still reproduce this issue in
  8. [Safe Mode](https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode)
  9. then please open a new issue and fill out
  10. [the entire issue template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md)
  11. to ensure that we have enough information to address your issue. Thanks!
  12. # Issues or pull requests with these labels will not be locked
  13. exemptLabels:
  14. - help-wanted
  15. # Limit to only `issues` or `pulls`
  16. only: issues