lock.yml 303 B

12345678
  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: 90
  4. # Comment to post before locking. Set to `false` to disable
  5. lockComment: false
  6. # Limit to only `issues` or `pulls`
  7. # only: issues