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