lock.yml 568 B

1234567891011121314
  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: 365
  4. # Comment to post before locking. Set to `false` to disable
  5. lockComment: >
  6. This thread has been automatically locked because it has not had recent
  7. activity. Please open a new issue for related bugs and link to relevant
  8. comments in this thread.
  9. # Issues or pull requests with these labels will not be locked
  10. # exemptLabels:
  11. # - no-locking
  12. # Limit to only `issues` or `pulls`
  13. only: issues