You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lock.yml 852B

1234567891011121314151617181920212223
  1. # Configuration for Lock Threads - https://github.com/dessant/lock-threads-app
  2. # Number of days of inactivity before a closed issue or pull request is locked
  3. daysUntilLock: 60
  4. # Skip issues and pull requests created before a given timestamp. Timestamp must
  5. # follow ISO 8601 (`YYYY-MM-DD`). `false` is disabled
  6. skipCreatedBefore: false
  7. # Issues and pull requests with these labels will be ignored.
  8. exemptLabels: []
  9. # Label to add before locking, such as `outdated`. `false` is disabled
  10. lockLabel: false
  11. # Comment to post before locking.
  12. lockComment: >
  13. This thread has been automatically locked since there has not been
  14. any recent activity after it was closed. Please open a new issue for
  15. related bugs and link to relevant comments in this thread.
  16. # Assign `resolved` as the reason for locking. Set to `false` to disable
  17. setLockReason: true