• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Configuration for lock-threads - https://github.com/dessant/lock-threads
2
3# Number of days of inactivity before a closed issue or pull request is locked
4daysUntilLock: 90
5# Comment to post before locking. Set to `false` to disable
6lockComment: false
7# Limit to only `issues` or `pulls`
8# only: issues
9