lock.yml 396 B

123456789101112
  1. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. #
  3. # SPDX-License-Identifier: curl
  4. # Configuration for lock-threads - https://github.com/dessant/lock-threads
  5. # Number of days of inactivity before a closed issue or pull request is locked
  6. daysUntilLock: 90
  7. # Comment to post before locking. Set to `false` to disable
  8. lockComment: false
  9. # Limit to only `issues` or `pulls`
  10. # only: issues